Add parsec.el
Ensures parsec.el is installed in Emacs.
This commit is contained in:
parent
fb5f1726df
commit
34c9d74335
1 changed files with 3 additions and 0 deletions
|
@ -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)'
|
||||
|
|
Loading…
Reference in a new issue