[emacs] Add paredit

This commit is contained in:
Correl Roush 2019-09-17 16:45:23 -04:00
parent 7a4710cc8f
commit 0e4e9c780b
2 changed files with 6 additions and 0 deletions

View file

@ -785,3 +785,8 @@ Manage background services
(interactive)
(my/elfeed-with-filters "@6-months-ago +unread +blog")))
#+end_src
* Paredit
#+begin_src emacs-lisp
(use-package! paredit
:hook ((emacs-lisp-mode . enable-paredit-mode)))
#+end_src

View file

@ -7,3 +7,4 @@
;; (package! builtin-package :disable t)
(package! ox-confluence-en :recipe (:host github :repo "correl/ox-confluence-en"))
(package! paredit)