added electric pairs mode

This commit is contained in:
ndwarshuis 2018-10-13 11:43:10 -04:00
parent f58ebba0d1
commit db11e666e1
1 changed files with 5 additions and 0 deletions

View File

@ -402,6 +402,11 @@ desktop file exec directive."
:config
(yas-reload-all))
#+END_SRC
*** electric pairs
Complete pairs globally. Maybe will add more mode-specific options in addition to defaults (eg =html-mode=)
#+BEGIN_SRC emacs-lisp
(electric-pair-mode t)
#+END_SRC
** flyspell
Obviously I am going to use =helm= when I spellcheck something.
#+BEGIN_SRC emacs-lisp