From 95ccf32f4ab3f8bc42582093d711a61f8c988f3d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Jun 2013 20:24:13 +0100 Subject: Emacs: Bind shift+space to set the mark --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 973b94a..5a93632 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -781,6 +781,8 @@ Also returns nil if pid is nil." ;; 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)) -- cgit 1.4.1