Browse Source

ensure we load layers when we compile

master
Brett Langdon 7 years ago
parent
commit
87d18cb9e0
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      emacs.d/init.el

+ 2
- 1
emacs.d/init.el View File

@ -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))))

Loading…
Cancel
Save