diff --git a/users/crumb/programs/emacs/modules/syd-evil.el b/users/crumb/programs/emacs/modules/syd-evil.el index 2f9f68d..1e93faa 100644 --- a/users/crumb/programs/emacs/modules/syd-evil.el +++ b/users/crumb/programs/emacs/modules/syd-evil.el @@ -7,7 +7,12 @@ evil-move-beyond-eol t evil-vsplit-window-right t evil-ex-search-vim-style-regexp t - evil-ex-visual-char-range t + ;; - If nil: When using ex commands on a visual selection, pass the + ;; precise region selected to the command. + ;; - If non-nil: Pass the region of /lines/ spanned by the visual + ;; selection. + evil-ex-visual-char-range nil + ;; Don't display the state in the mode line. evil-mode-line-format nil evil-normal-state-cursor 'box evil-emacs-state-cursor 'hbar