Some reformatting
This commit is contained in:
parent
9113276fc8
commit
db5e1b70ef
5
init.el
5
init.el
@ -474,7 +474,10 @@
|
||||
(use-package helpful
|
||||
:pin "melpa-stable"
|
||||
:ensure t
|
||||
:config (require 'ol)) ; To avoid errors about `org-link-types' not being defined.
|
||||
:config (progn
|
||||
;; To avoid errors about `org-link-types' not being defined, we explicitly ensure that
|
||||
;; `ol.el' is loaded after `helpful.el' is.
|
||||
(require 'ol)))
|
||||
|
||||
(use-package hydra
|
||||
:pin "melpa-stable"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user