add more keybindings and fix the M-bs key

This commit is contained in:
petrucci4prez 2018-08-28 08:54:14 -04:00
parent 52f47ddfd7
commit be4efcf5b9
1 changed files with 8 additions and 8 deletions

View File

@ -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-v")
(kbd "M-/")
(kbd "M-backspace")))
(kbd "M-DEL")))
#+END_SRC
*** evil-org
#+BEGIN_SRC emacs-lisp