Emacs: Bind shift+space to set the mark
1 file changed, 2 insertions(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -781,6 +781,8 @@ ;; replace highlighted text rather than just inserting at point (delete-selection-mode t) +(bind-key "S-SPC" #'set-mark-command) + (use-package subword :init (global-subword-mode t))