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
|
|
|
|
|
2019-03-13 01:55:50 -04:00
|
|
|
(package! elisp-mode :built-in t)
|
|
|
|
|
2020-05-10 18:46:44 -04:00
|
|
|
;; Fontification plugins
|
|
|
|
(package! highlight-quoted :pin "24103478158cd19fbcfb4339a3f1fa1f054f1469")
|
2020-04-23 23:49:35 -04:00
|
|
|
|
|
|
|
;; Tools
|
2020-05-10 18:46:44 -04:00
|
|
|
(package! macrostep :pin "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267")
|
|
|
|
(package! overseer :pin "02d49f582e80e36b4334c9187801c5ecfb027789")
|
|
|
|
(package! elisp-def :pin "368b04da68783601b52e3169312183381871cf9e")
|
|
|
|
(package! elisp-demos :pin "4cd55a30d5dbd8d36a0e6f87261c4fef17fc6db0")
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2020-05-10 18:46:44 -04:00
|
|
|
(package! flycheck-cask :pin "3457ae553c4feaf8168008f063d78fdde8fb5f94"))
|
2019-07-21 14:49:09 +02:00
|
|
|
|
2020-04-23 23:49:35 -04:00
|
|
|
;; Libraries
|
2020-05-10 18:46:44 -04:00
|
|
|
(package! buttercup :pin "532d082a363add4f6d9838ca3f924a773ce12136")
|