all repos — nixfiles @ 95ccf32f4ab3f8bc42582093d711a61f8c988f3d

System and user configuration, managed by nix and home-manager

Emacs: Bind shift+space to set the mark

Alan Pearce
commit

95ccf32f4ab3f8bc42582093d711a61f8c988f3d

parent

089fc46ad23ad12b9be83705b10121750c325f08

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/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))