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

@ -54,7 +54,6 @@
(use-package rainbow-delimiters :hook (prog-mode . rainbow-delimiters-mode))
(use-package rainbow-mode)
(use-package s)
(use-package smartparens :config (smartparens-global-mode))
(use-package string-edit)
(use-package telephone-line) ;; configuration happens outside of use-package
(use-package undo-tree :config (global-undo-tree-mode))