[fix] remove after with paredit
This commit is contained in:
parent
4fe219c6ac
commit
a98f3124dd
1 changed files with 0 additions and 1 deletions
|
@ -587,7 +587,6 @@
|
|||
** Paredit
|
||||
#+begin_src emacs-lisp
|
||||
(use-package! paredit
|
||||
:after clojure-mode
|
||||
:config
|
||||
(add-hook 'clojure-mode-hook 'enable-paredit-mode)
|
||||
(add-hook 'emacs-lisp-mode-hook 'enable-paredit-mode)
|
||||
|
|
Loading…
Reference in a new issue