diff options
author | Matthew Lemon <y@yulqen.org> | 2024-07-08 13:57:38 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-07-08 13:57:38 +0100 |
commit | efcb2a0a5eb3de2d67b27d4ab5fff0b369ae6744 (patch) | |
tree | ced6c8e86b2600290016c1f06aa03c04c018f394 | |
parent | 63c4a52d91c89b12fade73861f59ef346f2eb079 (diff) |
Change default file type of denote files to text
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -424,7 +424,7 @@ Restart works only on graphic display." :config (setq denote-directory (expand-file-name "~/Documents/denote/")) (setq denote-known-keywords '("emacs" "clojure" "org-mode" "work" "technote")) - (setq denote-file-type nil) + (setq denote-file-type 'text) (setq denote-prompts '(title keywords)) (setq denote-date-prompt-use-org-read-date t) |