Enable smartparens-mode' in
conf-toml-mode'
This commit is contained in:
parent
6a24b41bee
commit
a5d3286b39
@ -5016,7 +5016,7 @@ contrary to for instance [[https://github.com/Fanael/rainbow-delimiters#readme][
|
||||
'(sp-override-key-bindings '(("C-(" . sp-backward-barf-sexp)
|
||||
("C-)" . sp-forward-slurp-sexp))))
|
||||
|
||||
(dolist (hook '(prog-mode-hook text-mode-hook))
|
||||
(dolist (hook '(conf-toml-mode-hook prog-mode-hook text-mode-hook))
|
||||
(add-hook hook #'smartparens-mode))
|
||||
|
||||
(dolist (hook '(emacs-lisp-mode-hook
|
||||
|
Loading…
Reference in New Issue
Block a user