I meant smartparens strict mode instead of smartparens mode
This commit is contained in:
parent
23517e0a7f
commit
d5eaaaef9c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user