Commit bb0210418c16

Vincent Demeester <vincent@sbr.pm>
2019-12-26 11:52:13
setup-editing.el: configure zap-to-char
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 11f44f6
Changed files (1)
lisp/setup-editing.el
@@ -188,6 +188,12 @@ Else toggle the comment status of the line at point."
   :config
   (delete-selection-mode 1))
 
+(use-package emacs
+  :custom
+  (repeat-on-final-keystroke t)
+  (set-mark-command-repeat-pop t)
+  :bind ("M-z" . zap-up-to-char))
+
 (provide 'setup-editing)
 
 ;; Local Variables: