mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(lib): letf!: defun* indentation
This commit is contained in:
@ -329,6 +329,7 @@ TRIGGER-HOOK is a list of quoted hooks and/or sharp-quoted functions."
|
|||||||
;; REVIEW Should I deprecate this? The macro's name is so long...
|
;; REVIEW Should I deprecate this? The macro's name is so long...
|
||||||
(defalias 'letenv! 'with-environment-variables)
|
(defalias 'letenv! 'with-environment-variables)
|
||||||
|
|
||||||
|
(put 'defun* 'lisp-indent-function 'defun)
|
||||||
(defmacro letf! (bindings &rest body)
|
(defmacro letf! (bindings &rest body)
|
||||||
"Temporarily rebind function, macros, and advice in BODY.
|
"Temporarily rebind function, macros, and advice in BODY.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user