emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 62fc0308c0 345/355: Tweak sample configuration


From: ELPA Syncer
Subject: [elpa] externals/denote 62fc0308c0 345/355: Tweak sample configuration
Date: Sun, 26 Jun 2022 23:58:38 -0400 (EDT)

branch: externals/denote
commit 62fc0308c06a9ca29d81efa4720402a72150ab56
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak sample configuration
---
 README.org | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.org b/README.org
index 977fe3ca94..5fe953f56e 100644
--- a/README.org
+++ b/README.org
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]