Avoid undefined error when showing help without Org being loaded
`helpful.el` relies on Org links, so we ensure `ol.el` is loaded.
This commit is contained in:
parent
6279921553
commit
9113276fc8
3
init.el
3
init.el
@ -473,7 +473,8 @@
|
|||||||
|
|
||||||
(use-package helpful
|
(use-package helpful
|
||||||
:pin "melpa-stable"
|
:pin "melpa-stable"
|
||||||
:ensure t)
|
:ensure t
|
||||||
|
:config (require 'ol)) ; To avoid errors about `org-link-types' not being defined.
|
||||||
|
|
||||||
(use-package hydra
|
(use-package hydra
|
||||||
:pin "melpa-stable"
|
:pin "melpa-stable"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user