|
|
@ -105,6 +105,7 @@ Will only occur if prelude-whitespace is also enabled." |
|
|
(require 'smartparens-config) |
|
|
(require 'smartparens-config) |
|
|
(setq sp-base-key-bindings 'paredit) |
|
|
(setq sp-base-key-bindings 'paredit) |
|
|
(setq sp-autoskip-closing-pair 'always) |
|
|
(setq sp-autoskip-closing-pair 'always) |
|
|
|
|
|
(setq sp-hybrid-kill-entire-symbol nil) |
|
|
(sp-use-paredit-bindings) |
|
|
(sp-use-paredit-bindings) |
|
|
(smartparens-global-mode +1) |
|
|
(smartparens-global-mode +1) |
|
|
|
|
|
|
|
|
|