Disable non-compatible binding
This commit is contained in:
parent
3d36670132
commit
04d08bdf5d
1 changed files with 4 additions and 3 deletions
|
@ -68,9 +68,10 @@
|
||||||
(:after geiser-doc :map geiser-doc-mode-map
|
(:after geiser-doc :map geiser-doc-mode-map
|
||||||
:n "o" #'link-hint-open-link)
|
:n "o" #'link-hint-open-link)
|
||||||
|
|
||||||
(:after (evil-org evil-easymotion)
|
(:unless (featurep! :input layout +bepo)
|
||||||
:map evil-org-mode-map
|
(:after (evil-org evil-easymotion)
|
||||||
:m "gsh" #'+org/goto-visible)
|
:map evil-org-mode-map
|
||||||
|
:m "gsh" #'+org/goto-visible))
|
||||||
|
|
||||||
(:when (featurep! :editor multiple-cursors)
|
(:when (featurep! :editor multiple-cursors)
|
||||||
:prefix "gz"
|
:prefix "gz"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue