From 49f4bf6819dc0016f569383e1a7c5ffb5ef0854f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 19 Oct 2024 23:04:59 -0400 Subject: [PATCH] fix(lib): letf!: defun* indentation --- lisp/doom-lib.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/doom-lib.el b/lisp/doom-lib.el index 848bfc90f..48ec296eb 100644 --- a/lisp/doom-lib.el +++ b/lisp/doom-lib.el @@ -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.