Tweak sample configuration

This commit is contained in:
Protesilaos Stavrou 2022-06-24 06:48:55 +03:00
parent 72f77178af
commit 62fc0308c0
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1435,6 +1435,16 @@ Everything is in place to set up the package.
(require 'denote-retrieve)
(require 'denote-link)
;; 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)
;; By default, we fontify backlinks in their bespoke buffer.
(setq denote-link-fontify-backlinks t)
;; Also see `denote-link-backlinks-display-buffer-action' which is a bit
;; advanced.
;; If you use Markdown or plain text files (Org renders links as buttons
;; right away)
(add-hook 'find-file-hook #'denote-link-buttonize-buffer)