From 90d45545bc7869675a59fbc0fe195daf047c5a4b Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:23:08 -0500 Subject: denote templates --- bard-emacs-modules/bard-emacs-writing.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bard-emacs-modules') 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) -- cgit v1.2.3