summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el
index cd9bb3e..cfd5c19 100644
--- a/init.el
+++ b/init.el
@@ -1720,9 +1720,7 @@
("C-c d t" . denote-type)
("C-c d f" . km/find-file-with-denote-naming))
:config
- (setq denote-directory
- (expand-file-name (file-name-as-directory
- (format-time-string "~/notes/%Y"))))
+ (setq denote-directory (expand-file-name "~/notes"))
(setq denote-file-type 'text))