Emacs: Bind shift+space to set the mark
Alan Pearce alan@alanpearce.co.uk
Sun, 02 Jun 2013 20:24:13 +0100
1 files 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))