summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-07 14:44:58 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-07 14:44:58 +0000
commit201f45a2fc48f3c2cc4f3472290dd224f3889ac7 (patch)
tree0a7e43fc94a03f11debcdb4c55fc111ff44d4782 /init.el
parent21fca81c39bf79d40d19c752fe0c822343e3dcfb (diff)
trying denote
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.el b/init.el
index 781bf30..9db0506 100644
--- a/init.el
+++ b/init.el
@@ -232,6 +232,16 @@ Restart works only on graphic display."
;; PACKAGES
+(use-package denote
+ :ensure t
+ :config
+ (setq denote-directory (expand-file-name "~/Documents/denote/"))
+ (setq denote-known-keywords '("emacs" "clojure" "org-mode" "work"))
+ (setq denote-file-type nil)
+ (setq denote-prompts '(title keywords))
+ (setq denote-date-prompt-use-org-read-date t)
+ )
+
;; Enable vertico
(use-package vertico
:ensure t