diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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)) |