diff --git a/conf.org b/conf.org index a57e723..57b34bc 100644 --- a/conf.org +++ b/conf.org @@ -440,7 +440,7 @@ First things first, don't use spaces and force tabs to 4 chars by default (becau *** 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) +;; (electric-pair-mode t) #+END_SRC ** flyspell Obviously I am going to use =helm= when I spellcheck something.