aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-writing.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-03-01 16:53:52 -0500
committerBardofSprites <[email protected]>2025-03-01 16:53:52 -0500
commita14246e297454ee68caf332e40b12d32fde88e08 (patch)
treec5eb7025078f2b0aed3928e60b693eebc5331c15 /bard-emacs-modules/bard-emacs-writing.el
parent0a04f951e08b38f7711c68c948c254d21e938b16 (diff)
add writing template
Diffstat (limited to 'bard-emacs-modules/bard-emacs-writing.el')
-rw-r--r--bard-emacs-modules/bard-emacs-writing.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el
index 3ae3c6a..3bd4989 100644
--- a/bard-emacs-modules/bard-emacs-writing.el
+++ b/bard-emacs-modules/bard-emacs-writing.el
@@ -90,7 +90,8 @@
))
(setq denote-templates
'((default . "*")
- (physics . "* Introduction\n** Hypothesis\n** Materials\n* Procedure\n* Data\n* Conclusion")))
+ (physics . "* Introduction\n** Hypothesis\n** Materials\n* Procedure\n* Data\n* Conclusion")
+ (writing . "* Prompt\n* Outline\n* Response")))
(setq denote-save-buffers t)
(setq denote-prompts '(title keywords template))