From e09454da672653da257f88d953d2b64d20f7b37b Mon Sep 17 00:00:00 2001 From: Gilbert Consellado <=> Date: Sun, 25 Mar 2018 21:20:35 +0800 Subject: [PATCH] Remove smartparens and add electric pair mode --- init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index f4b0cb5..9cb944d 100644 --- a/init.el +++ b/init.el @@ -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'. @@ -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 ",.")