fix paredit
This commit is contained in:
parent
9baeee6313
commit
2becf40150
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
(use-package flycheck-yamllint :ensure t)
|
||||
|
||||
;; paredit
|
||||
(use-package paredit :ensure t)
|
||||
(autoload 'enable-paredit-mode "paredit" "Turn on pseudo-structural editing of Lisp code." t)
|
||||
(add-hook 'emacs-lisp-mode-hook #'enable-paredit-mode)
|
||||
(add-hook 'eval-expression-minibuffer-setup-hook #'enable-paredit-mode)
|
||||
|
|
Loading…
Reference in a new issue