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-01-25 03:49:42 -05:00
|
|
|
(package! highlight-quoted :pin "2410347815")
|
|
|
|
(package! macrostep :pin "424e3734a1")
|
|
|
|
(package! overseer :pin "02d49f582e")
|
|
|
|
(package! elisp-def :pin "368b04da68")
|
|
|
|
(package! elisp-demos :pin "bec206bf1b")
|
2017-07-17 11:33:47 +02:00
|
|
|
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! flycheck-cask :pin "3457ae553c"))
|
2019-07-21 14:49:09 +02:00
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! buttercup :pin "178c7954f8")
|