1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-27 21:19:51 -05:00

Fix conflicting avy bind with magit

This commit is contained in:
Jack Foltz 2019-02-06 23:48:33 -05:00
parent f467e374d9
commit 32875581d3
No known key found for this signature in database
GPG Key ID: E7B502AB1576E6CD

View File

@ -661,8 +661,8 @@ Hotkeys for jumping to characters with =f=
:general
(:keymaps 'override
:states 'normal
"f" 'avy-goto-char-in-line
"F" 'avy-goto-char))
"C-f" 'avy-goto-char-in-line
"C-F" 'avy-goto-char))
#+END_SRC
** Discord Rich Presence
#+BEGIN_SRC emacs-lisp