Disable non-compatible binding

This commit is contained in:
Gerry Agbobada 2020-09-23 00:42:20 +02:00
parent 3d36670132
commit 04d08bdf5d
No known key found for this signature in database
GPG key ID: 53F94866E84818F6

View file

@ -68,9 +68,10 @@
(:after geiser-doc :map geiser-doc-mode-map
:n "o" #'link-hint-open-link)
(:unless (featurep! :input layout +bepo)
(:after (evil-org evil-easymotion)
:map evil-org-mode-map
:m "gsh" #'+org/goto-visible)
:m "gsh" #'+org/goto-visible))
(:when (featurep! :editor multiple-cursors)
:prefix "gz"