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.
This commit is contained in:
Protesilaos Stavrou 2022-06-17 18:43:06 +03:00
parent 7ce2f7d3e3
commit 47a9024b00
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -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~).