diff options
| author | BardofSprites <[email protected]> | 2025-08-21 20:20:55 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-08-21 20:20:55 -0400 |
| commit | a518b23058426f9936ac08b36f06065408249b34 (patch) | |
| tree | 5ea173d4aa8eeb6237d48c35a83c3acf2487b2d3 /bard-emacs-modules/bard-emacs-writing.el | |
| parent | 04f13418111548612fc871e1db303a65c411298d (diff) | |
tweaks for use in org-roam
Diffstat (limited to 'bard-emacs-modules/bard-emacs-writing.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index 9595d97..be215f2 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -94,7 +94,7 @@ (writing . "* Prompt\n* Outline\n* Response"))) (setq denote-save-buffers t) - (setq denote-prompts '(title keywords signature)) + (setq denote-prompts '(title keywords)) (setq denote-sort-dired-extra-prompts nil) (setq denote-sort-dired-default-sort-component 'identifier) (setq denote-sort-dired-default-reverse-sort nil) @@ -116,18 +116,15 @@ (interactive) (consult-grep "~/Notes/denote")) + (add-hook 'denote-after-new-note-hook #'bard/denote-insert-id-at-top) + :hook (dired-mode . denote-dired-mode) - - ;; journalling with timer - (denote-journal-extras-hook . (lambda () - (tmr "10" "Journalling") - (bard/scroll-center-cursor-mode t))) + :bind (("C-c n n" . denote) ("C-c n <TAB>" . denote-region) ("C-c n o" . denote-sort-dired) - ("C-c n j" . denote-journal-extras-new-entry) ("C-c n r" . denote-rename-file-using-front-matter) ("C-c n k" . denote-rename-file-keywords) ("C-c n i" . denote-link) |
