diff --git a/users/crumb/programs/emacs/modules/syd-evil.el b/users/crumb/programs/emacs/modules/syd-evil.el index bde00f8..2f90747 100755 --- a/users/crumb/programs/emacs/modules/syd-evil.el +++ b/users/crumb/programs/emacs/modules/syd-evil.el @@ -15,11 +15,11 @@ evil-want-Y-yank-to-eol t evil-want-C-u-scroll t evil-want-C-w-in-emacs-state t - ;; - If nil: When using ex commands on a visual selection, pass the + ;; - If non-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 + ;; - If nil: Pass the region of /lines/ spanned by the visual selection. + evil-ex-visual-char-range t + evil-v$-excludes-newline t ;; Don't display the state in the mode line. evil-mode-line-format nil evil-normal-state-cursor 'box