I meant smartparens strict mode instead of smartparens mode

This commit is contained in:
Gerard Vermeulen 2021-12-11 15:16:39 +01:00
parent 23517e0a7f
commit d5eaaaef9c
1 changed files with 1 additions and 1 deletions

View File

@ -1057,7 +1057,7 @@ Emacs prevents new users from shooting themselves in the feet.
eval-expression-minibuffer-setup-hook
ielm-mode-hook
python-mode-hook))
(add-hook hook #'turn-on-smartparens-mode))
(add-hook hook #'turn-on-smartparens-strict-mode))
;; https://xenodium.com/emacs-smartparens-auto-indent/index.html
(defun indent-between-pair (&rest _ignored)