aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-02-01 17:23:08 -0500
committerBardofSprites <[email protected]>2025-02-01 17:23:08 -0500
commit90d45545bc7869675a59fbc0fe195daf047c5a4b (patch)
tree667b80cea734eb37ccc661225c99a882e7f597c1 /bard-emacs-modules
parent10d521bb8acfdc6ec326ef6a658199c654c87ffc (diff)
denote templates
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-writing.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el
index da3acf6..7297f0a 100644
--- a/bard-emacs-modules/bard-emacs-writing.el
+++ b/bard-emacs-modules/bard-emacs-writing.el
@@ -89,10 +89,11 @@
"biology"
))
(setq denote-templates
- '((physics . "* Introduction\n** Hypothesis\n** Materials\n* Procedure\n* Data\n* Conclusion")))
+ '((default . "*")
+ (physics . "* Introduction\n** Hypothesis\n** Materials\n* Procedure\n* Data\n* Conclusion")))
(setq denote-save-buffers t)
- (setq denote-prompts '(title keywords subdirectory))
+ (setq denote-prompts '(title keywords template))
(denote-rename-buffer-mode 1)
(defun bard/find-notes-file ()
(interactive)