Enable smartparens + some extra smartparens config
This commit is contained in:
parent
3abf958cc8
commit
2ce4a6d6a9
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue