diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 14:21:59 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 14:21:59 +0200 |
commit | 5716f67a3a0cdef3ccf8378e44c0f5a0ca72d81d (patch) | |
tree | 0f286b665256b40dbc148af646a58afbf2b8ee90 | |
parent | 10103fa6dffb4a0b4532407fb92ba8b573ff4274 (diff) |
emacs: Enable ‘evil-search-wrap’
-rw-r--r-- | .config/emacs/config.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 87c389c..e42a32f 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -295,7 +295,6 @@ I like to have ~visual-line-mode~ enabled as I find it far more intuitive. :init ;; We need to set these variables before loading ‘evil-mode’ (setq evil-want-Y-yank-to-eol t - evil-search-wrap nil evil-v$-excludes-newline t evil-respect-visual-line-mode t evil-split-window-below t |