diff --git a/emacs.el b/emacs.el index d0a730b..666f5ad 100644 --- a/emacs.el +++ b/emacs.el @@ -34,7 +34,7 @@ ;; polyfill for Emacs < 24.4 (defmacro with-eval-after-load (file &rest body) "Execute BODY after FILE is loaded." - (declare (indent 1)) + (declare (indent 1) (debug t)) `(eval-after-load ,file (quote (progn ,@body))))) (defun call-after-init (func)