diff options
author | bd <bdunahu@operationnull.com> | 2024-11-08 21:40:40 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-11-08 21:40:40 -0500 |
commit | b693e1832b040a82b6e1adab7e7619636faa1c68 (patch) | |
tree | ee69288e036e83a296d297ca72705c497bc7e1f1 /.config/emacs/modules/bd--notes.el | |
parent | 13d96f5b959c3c2a6d64910a7b719999489661d1 (diff) |
Adjust shackle rules, fix magit bug, remove consult+vertico
Diffstat (limited to '.config/emacs/modules/bd--notes.el')
-rw-r--r-- | .config/emacs/modules/bd--notes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--notes.el b/.config/emacs/modules/bd--notes.el index 678e4d9..f4f9677 100644 --- a/.config/emacs/modules/bd--notes.el +++ b/.config/emacs/modules/bd--notes.el @@ -11,7 +11,7 @@ then pastes the active region." (interactive) (let* ((mode major-mode) - (name (format "*Scratch for %s*" mode)) + (name (format "*scratch for %s*" mode)) (contents (when (region-active-p) (buffer-substring-no-properties (region-beginning) (region-end)))) |