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

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

[elpa] externals/denote 47a9024b00 252/355: BREAKING update the .dir-loc


From: ELPA Syncer
Subject: [elpa] externals/denote 47a9024b00 252/355: BREAKING update the .dir-locals.el sample
Date: Sun, 26 Jun 2022 23:58:30 -0400 (EDT)

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

    BREAKING update the .dir-locals.el sample
    
    The previous value was fault.  We just want to get the
    'default-directory'.  We shall handle it internally from there.
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index ffa56d4efc..80cd7affb3 100644
--- a/README.org
+++ b/README.org
@@ -931,7 +931,7 @@ following contents and place it in each of those 
directories:
 ;;; Directory Local Variables
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((nil . ((denote-directory . (expand-file-name default-directory)))))
+((nil . ((denote-directory . default-directory))))
 #+end_src
 
 This will allow things to work smoothly (e.g. ~denote-infer-keywords~).



reply via email to

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