summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-09-01 23:16:14 -0400
committerbd <bdunahu@operationnull.com>2025-09-01 23:16:14 -0400
commit29a7837a16dde944cc777fbb5b0dd41175e5cf84 (patch)
tree2632e9be7d9b7becf4f7ed84b437fe4cb3b20ccb
parent5b57382887e2f1e1cff2687be2b6739f3f76f5c0 (diff)
Add switch to scratch buffer hotkeyHEADmaster
-rw-r--r--.config/emacs/modules/bd--notes.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--notes.el b/.config/emacs/modules/bd--notes.el
index 70bc3f8..50d6ae4 100644
--- a/.config/emacs/modules/bd--notes.el
+++ b/.config/emacs/modules/bd--notes.el
@@ -23,7 +23,8 @@ then pastes the active region."
(when contents
(insert (format "\n\n%s" contents)))
(current-buffer)))))
-(keymap-global-set "C-c s" #'bd/send-to-scratch)
+(keymap-global-set "C-c s" #'scratch-buffer)
+(keymap-global-set "C-c C-s" #'bd/send-to-scratch)
;; default *scratch* must have var set
(add-hook 'emacs-startup-hook
(lambda ()