add more keybindings and fix the M-bs key
This commit is contained in:
parent
52f47ddfd7
commit
be4efcf5b9
2
conf.org
2
conf.org
|
@ -1831,7 +1831,7 @@ Some of these commands just get in the way of being evil (which really means tha
|
||||||
(kbd "M-z")
|
(kbd "M-z")
|
||||||
(kbd "M-v")
|
(kbd "M-v")
|
||||||
(kbd "M-/")
|
(kbd "M-/")
|
||||||
(kbd "M-backspace")))
|
(kbd "M-DEL")))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** evil-org
|
*** evil-org
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue