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:
parent
97555884e2
commit
9f8542fe75
3 changed files with 1 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue