Disable parinfer
This commit is contained in:
parent
e51e478b05
commit
46ca98bd12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user