Set denote-link-use-org-id to t in sample config

It is nil by default.  Read its doc string
This commit is contained in:
Protesilaos Stavrou 2022-06-24 08:57:20 +03:00
parent d56913b055
commit 6985217de6
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1454,7 +1454,7 @@ Everything is in place to set up the package.
;; If you want links to and from Org notes to use the standard 'id:'
;; link type instead of 'denote:'.
(setq denote-link-use-org-id nil)
(setq denote-link-use-org-id t)
;; By default, we fontify backlinks in their bespoke buffer.
(setq denote-link-fontify-backlinks t)