General cleanup
This commit is contained in:
parent
02c88f21e0
commit
e0652b311d
5 changed files with 30 additions and 31 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue