chore(emacs.d): Remove smartparens

I actually find a lot of its behaviour very annoying, rather than
smart. Good old electric-pair-mode usually does what I want.
This commit is contained in:
Vincent Ambo 2019-12-15 22:40:30 +00:00
parent 97555884e2
commit 9f8542fe75
3 changed files with 1 additions and 4 deletions

View file

@ -19,8 +19,7 @@
(show-paren-mode 1)
;; Always auto-close parantheses and other pairs
;; (replaced by smartparens)
;; (electric-pair-mode)
(electric-pair-mode)
;; Keep track of recent files
(recentf-mode)