spacemacs: get rid of smartparens mode
This commit is contained in:
parent
8326aa441e
commit
73fd329315
1 changed files with 6 additions and 0 deletions
|
@ -137,6 +137,12 @@ in {
|
||||||
;; -*- mode: emacs-lisp -*-
|
;; -*- mode: emacs-lisp -*-
|
||||||
;; just add (load "~/.spacemacs.d/hook-user-config.el") in your dotspacemacs/user-config function
|
;; just add (load "~/.spacemacs.d/hook-user-config.el") in your dotspacemacs/user-config function
|
||||||
|
|
||||||
|
|
||||||
|
;; turn of smartparens mode off globally
|
||||||
|
;; https://emacs.stackexchange.com/questions/16935/disable-smartparens-in-spacemacs
|
||||||
|
(spacemacs/toggle-smartparens-globally-off)
|
||||||
|
(remove-hook 'prog-mode-hook #'smartparens-mode)
|
||||||
|
|
||||||
(let ((n 2))
|
(let ((n 2))
|
||||||
(setq coffee-tab-width n)
|
(setq coffee-tab-width n)
|
||||||
(setq javascript-indent-level n)
|
(setq javascript-indent-level n)
|
||||||
|
|
Loading…
Reference in a new issue