diff options
| author | BardofSprites <[email protected]> | 2025-03-16 17:44:24 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-03-16 17:44:24 -0400 |
| commit | 3f32c387212232473bbeaf4a2873c1aeb14c4aaf (patch) | |
| tree | b8880c8a6d2717d8a0036bdc5f52702a108ea829 /bard-emacs-modules | |
| parent | dc768d0e21c84cfeedad03a7aa86c80350857348 (diff) | |
fix formatting of template
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index 3bd4989..1b6627c 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -89,7 +89,7 @@ "biology" )) (setq denote-templates - '((default . "*") + '((default . "* ") (physics . "* Introduction\n** Hypothesis\n** Materials\n* Procedure\n* Data\n* Conclusion") (writing . "* Prompt\n* Outline\n* Response"))) |
