Add cleverparens to all the languages

May not appreciate this.
This commit is contained in:
Howard Abrams 2022-02-23 11:01:12 -08:00
parent 1e8e04a4c4
commit f703b6a151

View file

@ -293,7 +293,8 @@ The [[https://github.com/luxbock/evil-cleverparens][evil-cleverparens]] solves h
:init
(require 'evil-cleverparens-text-objects)
:hook (emacs-lisp-mode . evil-cleverparens-mode))
:hook (prog-mode . evil-cleverparens-mode)) ;; All the languages!
;; Otherwise: (emacs-lisp-mode . evil-cleverparens-mode)
#+END_SRC
I would like to have a list of what keybindings do what: