diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-04 16:15:16 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-04 16:15:16 -0500 |
commit | 268e10775d782465718c3ce871f247b4936757e0 (patch) | |
tree | 9e4d1b04220073d4c0a3a9718b5cefbc46e1b161 | |
parent | 933e8d2742efaa00a8c6877bd40a7783b5195261 (diff) | |
download | configs-268e10775d782465718c3ce871f247b4936757e0.tar.gz configs-268e10775d782465718c3ce871f247b4936757e0.tar.xz configs-268e10775d782465718c3ce871f247b4936757e0.zip |
[emacs/evil] enable crossing lines
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -720,7 +720,8 @@ customizing it. (evil-mode 1) (general-swap-key nil '(normal motion) ";" ":") - (setq evil-want-visual-char-semi-exclusive t) + (setq evil-want-visual-char-semi-exclusive t + evil-cross-lines t) ;; custom mode state mappings (dolist (mspair '((ebdb-mode . emacs) |