diff options
| author | BardofSprites <[email protected]> | 2025-02-01 17:23:08 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-02-01 17:23:08 -0500 |
| commit | 90d45545bc7869675a59fbc0fe195daf047c5a4b (patch) | |
| tree | 667b80cea734eb37ccc661225c99a882e7f597c1 /bard-emacs-modules | |
| parent | 10d521bb8acfdc6ec326ef6a658199c654c87ffc (diff) | |
denote templates
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 5 |
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) |
