diff options
| author | BardofSprites <[email protected]> | 2025-07-17 10:17:29 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-17 10:17:29 -0400 |
| commit | 613975c08beed1a7189bd82049d43e50c5657266 (patch) | |
| tree | 1d393cfb547276a3adeffa44da62bb835f4ecd61 /bard-emacs-modules | |
| parent | 255fc1bdf3f054c878a2e87e38745d1ea1c1fa40 (diff) | |
denote sequence
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index 0740523..9d7cf73 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -141,6 +141,13 @@ "~/Notes/Old Notes/")) ) +(use-package denote-sequence + :ensure t + :bind + ("C-c n N" . denote-sequence) + ("C-c n z" . denote-rename-file-signature) + ("C-c n O" . denote-sequence-dired)) + ;;; Focus mode for writing ;; Center line scrolling for focused writing |
