Fix vestigial org easymotion keybind

This commit is contained in:
Henrik Lissner 2020-02-08 21:47:04 -05:00
parent 73c893ba35
commit 01aadd8900
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -77,10 +77,9 @@
:n "q" #'kill-current-buffer) :n "q" #'kill-current-buffer)
:m "gs" #'+evil/easymotion ; lazy-load `evil-easymotion' :m "gs" #'+evil/easymotion ; lazy-load `evil-easymotion'
(:after org (:after evil-org
:map org-mode-map :map evil-org-mode-map
:prefix "<easymotion>" :m "gsh" #'+org/goto-visible)
"h" #'+org/goto-visible)
(:when (featurep! :editor multiple-cursors) (:when (featurep! :editor multiple-cursors)
:prefix "gz" :prefix "gz"