Enable smartparens + some extra smartparens config

This commit is contained in:
laurensmiers 2018-06-11 23:10:24 +02:00
parent 3abf958cc8
commit 2ce4a6d6a9

View file

@ -300,6 +300,9 @@ https://github.com/victorhge/iedit
* Smartparens * Smartparens
Smart minor-mode to deal with pairs. Smart minor-mode to deal with pairs.
Extra options:
- =show-smartparens-global-mode= : highlight corresponding bracket/pair/...
- =smartparens-global-mode= : enable smartparens
https://github.com/Fuco1/smartparens https://github.com/Fuco1/smartparens
@ -308,6 +311,8 @@ https://github.com/Fuco1/smartparens
:ensure t :ensure t
:config :config
(require 'smartparens-config) (require 'smartparens-config)
(show-smartparens-global-mode t)
(smartparens-global-mode t)
) )
;; old config stuff ;; old config stuff