summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.el b/config.el
index c5f05fa..2c66884 100644
--- a/config.el
+++ b/config.el
@@ -13,6 +13,12 @@
(setq company-idle-delay 0.2
company-minimum-prefix-length 3)
+
+(setq org-roam-capture-templates
+ '(("d" "default" plain "" :target
+ (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "${title}")
+ :unnarrowed t)))
+
;; hooks to turn on lsp when entering haskell mode
(add-hook 'haskell-mode-hook #'lsp)
(add-hook 'haskell-literate-mode-hook #'lsp)