so I actually don't like electric pair mode...it ends up putting

things where I don't intend...not good
This commit is contained in:
ndwarshuis 2018-11-06 00:38:09 -05:00
parent 4fbd54e4f4
commit 17e6d3bdbc
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ First things first, don't use spaces and force tabs to 4 chars by default (becau
*** electric pairs *** electric pairs
Complete pairs globally. Maybe will add more mode-specific options in addition to defaults (eg =html-mode=) Complete pairs globally. Maybe will add more mode-specific options in addition to defaults (eg =html-mode=)
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(electric-pair-mode t) ;; (electric-pair-mode t)
#+END_SRC #+END_SRC
** flyspell ** flyspell
Obviously I am going to use =helm= when I spellcheck something. Obviously I am going to use =helm= when I spellcheck something.