private/hlissner: fix markdown key conflicts

This commit is contained in:
Henrik Lissner 2017-06-19 03:50:18 +02:00
parent 392c58ea47
commit 54d8e7fe27
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -597,6 +597,15 @@
:v "<tab>" #'+snippets/expand-on-region))
;; --- Major mode bindings --------------------------
(:after markdown-mode
(:map markdown-mode-map
;; fix conflicts with private bindings
"<backspace>" nil
"<M-left>" nil
"<M-right>" nil))
;; --- Custom evil text-objects ---------------------
:textobj "a" #'evil-inner-arg #'evil-outer-arg
:textobj "B" #'evil-textobj-anyblock-inner-block #'evil-textobj-anyblock-a-block