summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el2
1 files changed, 2 insertions, 0 deletions
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))