diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 14:22:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 14:22:12 +0200 |
commit | 243b088e77daace773304f2a8432c5a011c61a7d (patch) | |
tree | a62a43386309209442f3c61422c7374943634de8 /.config/emacs | |
parent | 5716f67a3a0cdef3ccf8378e44c0f5a0ca72d81d (diff) |
emacs: Shorten ‘evil-flash-delay’
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index e42a32f..7304c80 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -301,6 +301,7 @@ I like to have ~visual-line-mode~ enabled as I find it far more intuitive. evil-vsplit-window-right t evil-want-fine-undo t evil-undo-system 'undo-redo + evil-flash-delay 1 evil-want-keybinding nil) (evil-mode) (global-visual-line-mode) |