Allow Org links to manpages by default

This commit is contained in:
Daniel Borchmann 2024-07-10 13:44:23 +02:00
parent 902e205e7e
commit ad8aa0fda8
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -827,6 +827,8 @@
:autoload (org-link-set-parameters) :autoload (org-link-set-parameters)
:config (progn :config (progn
(require 'ol-man)
(when (version< (org-version) "9.7") (when (version< (org-version) "9.7")
;; Pushing already stored links to the front of `org-stored-links' became default ;; Pushing already stored links to the front of `org-stored-links' became default
;; behavior in Org 9.7, the below code is thus only needed for older versions. ;; behavior in Org 9.7, the below code is thus only needed for older versions.