Add parsec.el

Ensures parsec.el is installed in Emacs.
This commit is contained in:
William Carroll 2020-01-16 01:12:05 +00:00
parent fb5f1726df
commit 34c9d74335

View file

@ -50,6 +50,9 @@
;; Emacs library that interfaces with my Linux password manager.
(use-package password-store)
;; Parser combinators in Elisp.
(use-package parsec)
;; disable company mode when editing markdown
;; TODO: move this out of wpc-misc.el and into a later file to call
;; `(disable company-mode)'