branch: externals/denote
commit 8377899fb54692a547fe6db21828a9d7d9648c06
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Comment out thread-last sample to placate compiler
---
denote-dired.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-dired.el b/denote-dired.el
index 53c730a205..865275e81c 100644
--- a/denote-dired.el
+++ b/denote-dired.el
@@ -129,7 +129,7 @@
(defcustom denote-dired-directories
;; We use different ways to specify a path for demo purposes.
(list denote-directory
- (thread-last denote-directory (expand-file-name "attachments"))
+ ;; (thread-last denote-directory (expand-file-name "attachments"))
(expand-file-name "~/Documents/vlog"))
"List of directories where `denote-dired-mode' should apply to."
:type '(repeat directory)