doomemacs/modules/lang/emacs-lisp/packages.el

12 lines
245 B
EmacsLisp
Raw Normal View History

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
(package! auto-compile)
(package! highlight-quoted)
2017-07-15 17:57:44 +02:00
(package! macrostep)
(package! overseer)
(package! slime)
2017-07-17 11:33:47 +02:00
(when (featurep! :feature syntax-checker)
(package! flycheck-cask))