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.
 | 
					;; Emacs library that interfaces with my Linux password manager.
 | 
				
			||||||
(use-package password-store)
 | 
					(use-package password-store)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					;; Parser combinators in Elisp.
 | 
				
			||||||
 | 
					(use-package parsec)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; disable company mode when editing markdown
 | 
					;; disable company mode when editing markdown
 | 
				
			||||||
;; TODO: move this out of wpc-misc.el and into a later file to call
 | 
					;; TODO: move this out of wpc-misc.el and into a later file to call
 | 
				
			||||||
;; `(disable company-mode)'
 | 
					;; `(disable company-mode)'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue