diff --git a/emacs.d/init.el b/emacs.d/init.el index 5564ef7..a5847f9 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -219,4 +219,5 @@ ;; -- Load layers -- -(mapc 'load (file-expand-wildcards (expand-file-name "layers/*/*.el" current-dir))) +(eval-and-compile + (mapc 'load (file-expand-wildcards (expand-file-name "layers/*/*.el" current-dir))))