From 7edba3e2954b0ef8180d4f75898a22c097a3f88e Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Tue, 4 Mar 2025 03:10:59 -0700 Subject: [PATCH] feat(emacs): Evil-mode adjustments --- users/crumb/programs/emacs/modules/syd-evil.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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