Allow Org links to manpages by default
This commit is contained in:
parent
902e205e7e
commit
ad8aa0fda8
2
init.el
2
init.el
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user