doomemacs/modules/lang/emacs-lisp
Edwin Török 9d445c8a1f make compile: fix error in emacs-lisp
```
In toplevel form:
../modules/lang/emacs-lisp/autoload.el:71:21:Error: Wrong type argument: listp, "~/.emacs.d/modules/lang/emacs-lisp/autoload"
✕ Failed to compile modules/lang/emacs-lisp/autoload.el
```

This apparently attempts to get compiled multiple times, avoid that by
attempting to compile only if it is not compiled already.
2018-09-12 22:55:13 +01:00
..
autoload.el make compile: fix error in emacs-lisp 2018-09-12 22:55:13 +01:00
config.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
packages.el lang/emacs-lisp: replace xref with elisp-def 2018-08-19 00:13:18 +02:00