1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-28 05:27:06 -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 :general
(:keymaps 'override (:keymaps 'override
:states 'normal :states 'normal
"f" 'avy-goto-char-in-line "C-f" 'avy-goto-char-in-line
"F" 'avy-goto-char)) "C-F" 'avy-goto-char))
#+END_SRC #+END_SRC
** Discord Rich Presence ** Discord Rich Presence
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp