From 4a3d8a46f926bc810238ec32d7141b3c965abbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 26 Oct 2018 20:04:23 -0500 Subject: fix indent --- lisp/init-utils.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-utils.el') diff --git a/lisp/init-utils.el b/lisp/init-utils.el index 64dadc6..a0b9fe0 100644 --- a/lisp/init-utils.el +++ b/lisp/init-utils.el @@ -15,8 +15,8 @@ (defmacro after-load (feature &rest body) "After FEATURE is loaded, evaluate BODY." (declare (indent defun)) - '(eval-after-load ,feature - '(progn ,@body)))) + '(eval-after-load, feature + '(progn, @body)))) ;; Elapsed time (myemacs/elapsed-time) -- cgit v1.2.3