General cleanup

This commit is contained in:
Henrik Lissner 2017-02-03 08:03:48 -05:00
parent 02c88f21e0
commit e0652b311d
5 changed files with 30 additions and 31 deletions

View file

@ -1,5 +1,8 @@
;;; core-lib.el
(defvar +evil-leader)
(defvar +evil-localleader)
(defmacro λ! (&rest body)
"A shortcut for inline keybind lambdas."
`(lambda () (interactive) ,@body))