lang/emacs-lisp: Add +parinfer feature

This commit is contained in:
Aria Edmonds
2018-06-09 21:47:26 +10:00
parent 7e7b6fd8a6
commit 29ea01b772
4 changed files with 29 additions and 1 deletions

View File

@ -9,3 +9,6 @@
(when (featurep! :feature syntax-checker)
(package! flycheck-cask))
(when (featurep! +parinfer)
(package! parinfer))