Skip to content

Commit

Permalink
Remove smartparens and add electric pair mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert Consellado committed Mar 25, 2018
1 parent 31fa499 commit e09454d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@ This function should only modify configuration layer settings."
dotspacemacs-frozen-packages '()

;; A list of packages that will not be installed and loaded.
dotspacemacs-excluded-packages '()
dotspacemacs-excluded-packages
'(
smartparens
evil-lisp-state
)

;; Defines the behaviour of Spacemacs when installing packages.
;; Possible values are `used-only', `used-but-keep-unused' and `all'.
Expand Down Expand Up @@ -551,6 +555,7 @@ before packages are loaded."
(global-git-commit-mode t)
(global-evil-mc-mode t)
(blink-cursor-mode t)
(electric-pair-mode 1)

(setq-default evil-escape-key-sequence ",.")

Expand Down

0 comments on commit e09454d

Please sign in to comment.