Some reformatting

This commit is contained in:
Daniel Borchmann 2025-03-29 17:41:23 +01:00
parent 9113276fc8
commit db5e1b70ef
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -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"