General refactors, reformatting & comment revision

This commit is contained in:
Henrik Lissner 2020-04-23 23:49:35 -04:00
parent 916ef0fbbe
commit 06d5d5e6c0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
15 changed files with 65 additions and 64 deletions

View file

@ -4,6 +4,8 @@
(package! elisp-mode :built-in t)
(package! highlight-quoted :pin "2410347815")
;; Tools
(package! macrostep :pin "424e3734a1")
(package! overseer :pin "02d49f582e")
(package! elisp-def :pin "368b04da68")
@ -11,4 +13,5 @@
(when (featurep! :checkers syntax)
(package! flycheck-cask :pin "3457ae553c"))
;; Libraries
(package! buttercup :pin "a91f282025")