From db11e666e1bf32d03e72d8ef832943c4ea4a49c3 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Oct 2018 11:43:10 -0400 Subject: [PATCH] added electric pairs mode --- conf.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf.org b/conf.org index a2549eb..d743bb0 100644 --- a/conf.org +++ b/conf.org @@ -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