summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-19 11:10:50 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-19 11:10:50 +0000
commitb4dd163e25fc6e6dbdd4d3231e604188e49e7608 (patch)
treea60fa3d7c9293046e13603bacdf5d6ac0be2484d
parentcf24cb40421fae2b94757336b5d207ce14b5507c (diff)
adding new default keyword
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index d35d449..96e845e 100644
--- a/init.el
+++ b/init.el
@@ -323,7 +323,7 @@ Restart works only on graphic display."
(add-hook 'dired-mode-hook #'denote-dired-mode)
:config
(setq denote-directory (expand-file-name "~/Documents/denote/"))
- (setq denote-known-keywords '("emacs" "clojure" "org-mode" "work"))
+ (setq denote-known-keywords '("emacs" "clojure" "org-mode" "work" "technote"))
(setq denote-file-type nil)
(setq denote-prompts '(title keywords))
(setq denote-date-prompt-use-org-read-date t)