lambdas: let emacs byte-compile
This commit is contained in:
parent
0b830fb6ef
commit
03e825dd36
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
;; Macro to simplify setting mode-local vars
|
||||
(defmacro oxa/hook (hook-name &rest body)
|
||||
`(add-hook ',hook-name '(lambda nil ,@body)))
|
||||
`(add-hook ',hook-name #'(lambda nil ,@body)))
|
||||
|
||||
(provide 'oxa/utils)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue