mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
This package would clash with flycheck's byte-compilation checker. In any case you should not be modifying byte-compiled files.
14 lines
275 B
EmacsLisp
14 lines
275 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/emacs-lisp/packages.el
|
|
|
|
(package! elisp-mode :built-in t)
|
|
|
|
(package! highlight-quoted)
|
|
(package! macrostep)
|
|
(package! overseer)
|
|
(package! elisp-def)
|
|
(package! elisp-demos)
|
|
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-cask))
|