From 46ca98bd126d3ac30465d30d45b4f37764fd168e Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 23 Feb 2020 09:40:29 -0500 Subject: [PATCH] Disable parinfer --- emacs/init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index b1ca8e0..d90ba16 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1374,9 +1374,11 @@ Enable ES6 arrow functions in web-mode ("borrowed" from [[https://github.com/Fuc :skip-match 'sp-after-equals-skip-p)) #+END_SRC -Parinfer infers parens from indentation and vice-versa: +Parinfer infers parens from indentation and vice-versa. Currently +disabled since it turned out to be more annoying than good... #+BEGIN_SRC emacs-lisp (use-package parinfer + :disabled :init (leader-def-key "lt" 'parinfer-toggle-mode) (setq parinfer-extensions '(defaults