mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Add paredit
This commit is contained in:
parent
7a4710cc8f
commit
0e4e9c780b
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -7,3 +7,4 @@
|
|||
;; (package! builtin-package :disable t)
|
||||
|
||||
(package! ox-confluence-en :recipe (:host github :repo "correl/ox-confluence-en"))
|
||||
(package! paredit)
|
||||
|
|
Loading…
Reference in a new issue