Enable `smartparens-mode' in `conf-toml-mode'

This commit is contained in:
Gerard Vermeulen 2023-01-05 14:53:22 +01:00
parent 6a24b41bee
commit a5d3286b39
1 changed files with 1 additions and 1 deletions

View File

@ -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