diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-02 09:29:01 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-02 09:29:01 +0100 |
commit | 7653b010a02abba0375692031956451d299f24af (patch) | |
tree | b23822dd22c72ccc76e3ae00330d4297aca02bd4 | |
parent | 3f2fcbe724649a56f87d0014d5c7d616513109fb (diff) |
smartparens changes.
-rw-r--r-- | init.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -961,10 +961,10 @@ Also enable =smartparens= when editing Elisp in the minibuffer. Some customisations for =smartparens=. #+BEGIN_SRC elisp -(eval-when-compile - (require 'smartparens)) +(require 'smartparens) (with-eval-after-load "smartparens" - (setq smartparens-strict-mode t) + (require 'smartparens-config) + (smartparens-strict-mode 1) (sp-use-paredit-bindings)) #+END_SRC |