summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--notes.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-11-08 21:40:40 -0500
committerbd <bdunahu@operationnull.com>2024-11-08 21:40:40 -0500
commitb693e1832b040a82b6e1adab7e7619636faa1c68 (patch)
treeee69288e036e83a296d297ca72705c497bc7e1f1 /.config/emacs/modules/bd--notes.el
parent13d96f5b959c3c2a6d64910a7b719999489661d1 (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.el2
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))))