2017-02-03 19:43:25 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2017-01-16 23:30:11 -05:00
|
|
|
;;; lang/emacs-lisp/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! auto-compile)
|
|
|
|
(package! highlight-quoted)
|
|
|
|
(package! slime)
|
2017-07-15 17:57:44 +02:00
|
|
|
(package! macrostep)
|
2017-07-17 11:33:47 +02:00
|
|
|
|
|
|
|
(when (featurep! :feature syntax-checker)
|
|
|
|
(package! flycheck-cask))
|