diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 973b94a2..5a93632d 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)) |