Skip to content

Commit

Permalink
Properly enable paredit in lispy modes: had been unintentionally broken
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Aug 11, 2023
1 parent d71e9be commit 2f49e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/init-paredit.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
(when (memq this-command paredit-minibuffer-commands)
(enable-paredit-mode)))

(add-hook 'sanityinc/lispy-modes-hook 'enable-paredit-mode)

(provide 'init-paredit)
;;; init-paredit.el ends here

0 comments on commit 2f49e47

Please sign in to comment.