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

16 lines
298 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! elisp-mode :built-in t)
(package! highlight-quoted)
2017-07-15 17:57:44 +02:00
(package! macrostep)
(package! overseer)
(package! elisp-def)
(package! elisp-demos)
2017-07-17 11:33:47 +02:00
(when (featurep! :checkers syntax)
2017-07-17 11:33:47 +02:00
(package! flycheck-cask))
(package! buttercup)