lang/org: toc-org-hrefify-default = org
gh-style links don't work in from within Emacs as well.
This commit is contained in:
parent
bbb969fa59
commit
11e2e1b55e
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(def-package! toc-org
|
(def-package! toc-org
|
||||||
:commands toc-org-enable)
|
:commands toc-org-enable
|
||||||
|
:config (setq toc-org-hrefify-default "org"))
|
||||||
|
|
||||||
(def-package! org-crypt ; built-in
|
(def-package! org-crypt ; built-in
|
||||||
:commands org-crypt-use-before-save-magic
|
:commands org-crypt-use-before-save-magic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue