aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-writing.el
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules/bard-emacs-writing.el')
-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)