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:
parent
f467e374d9
commit
32875581d3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user