summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-07-08 13:57:38 +0100
committerMatthew Lemon <y@yulqen.org>2024-07-08 13:57:38 +0100
commitefcb2a0a5eb3de2d67b27d4ab5fff0b369ae6744 (patch)
treeced6c8e86b2600290016c1f06aa03c04c018f394
parent63c4a52d91c89b12fade73861f59ef346f2eb079 (diff)
Change default file type of denote files to text
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index d8d260d..fbc50f7 100644
--- a/init.el
+++ b/init.el
@@ -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)