spacemacs: enabled smartparens mode again
This commit is contained in:
parent
73fd329315
commit
5c2c9e2315
1 changed files with 3 additions and 3 deletions
|
@ -139,9 +139,9 @@ in {
|
||||||
|
|
||||||
|
|
||||||
;; turn of smartparens mode off globally
|
;; turn of smartparens mode off globally
|
||||||
;; https://emacs.stackexchange.com/questions/16935/disable-smartparens-in-spacemacs
|
;; https://github.com/Fuco1/smartparens
|
||||||
(spacemacs/toggle-smartparens-globally-off)
|
;;(spacemacs/toggle-smartparens-globally-off)
|
||||||
(remove-hook 'prog-mode-hook #'smartparens-mode)
|
;;(remove-hook 'prog-mode-hook #'smartparens-mode)
|
||||||
|
|
||||||
(let ((n 2))
|
(let ((n 2))
|
||||||
(setq coffee-tab-width n)
|
(setq coffee-tab-width n)
|
||||||
|
|
Loading…
Reference in a new issue