mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(lib): letf!: defun* indentation
This commit is contained in:
parent
448bc5cae2
commit
49f4bf6819
1 changed files with 1 additions and 0 deletions
|
|
@ -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...
|
||||
(defalias 'letenv! 'with-environment-variables)
|
||||
|
||||
(put 'defun* 'lisp-indent-function 'defun)
|
||||
(defmacro letf! (bindings &rest body)
|
||||
"Temporarily rebind function, macros, and advice in BODY.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue