summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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)