9 lines
204 B
EmacsLisp
9 lines
204 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/emacs-lisp/packages.el
|
|
|
|
(package! auto-compile)
|
|
(package! highlight-quoted)
|
|
(package! slime)
|
|
|
|
(when (featurep! :feature syntax-checker)
|
|
(package! flycheck-cask))
|