jorgenschaefer/emacs-buttercup@b360e35 -> jorgenschaefer/emacs-buttercup@a91f282 xuchunyang/elisp-demos@0d74766 -> xuchunyang/elisp-demos@57dd4ae
14 lines
423 B
EmacsLisp
14 lines
423 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/emacs-lisp/packages.el
|
|
|
|
(package! elisp-mode :built-in t)
|
|
|
|
(package! highlight-quoted :pin "2410347815")
|
|
(package! macrostep :pin "424e3734a1")
|
|
(package! overseer :pin "02d49f582e")
|
|
(package! elisp-def :pin "368b04da68")
|
|
(package! elisp-demos :pin "57dd4ae3e4")
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-cask :pin "3457ae553c"))
|
|
|
|
(package! buttercup :pin "a91f282025")
|