branch: externals/denote-silo
commit e8c240b92830a7bfc7d07ea93387133b9ff74595
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make stylistic change to denote-silo-directories
---
denote-silo.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/denote-silo.el b/denote-silo.el
index 16a47f0695..b6f26b86b6 100644
--- a/denote-silo.el
+++ b/denote-silo.el
@@ -45,8 +45,7 @@
:link '(url-link :tag "Denote homepage"
"https://protesilaos.com/emacs/denote")
:link '(url-link :tag "Denote Silo homepage"
"https://protesilaos.com/emacs/denote-silo"))
-(defcustom denote-silo-directories
- `(,denote-directory)
+(defcustom denote-silo-directories (list denote-directory)
"List of file paths pointing to Denote silos.
Each file path points to a directory, which takes the same value
as the variable `denote-directory'."