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-delimiters :hook (prog-mode . rainbow-delimiters-mode))
|
||||||
(use-package rainbow-mode)
|
(use-package rainbow-mode)
|
||||||
(use-package s)
|
(use-package s)
|
||||||
(use-package smartparens :config (smartparens-global-mode))
|
|
||||||
(use-package string-edit)
|
(use-package string-edit)
|
||||||
(use-package telephone-line) ;; configuration happens outside of use-package
|
(use-package telephone-line) ;; configuration happens outside of use-package
|
||||||
(use-package undo-tree :config (global-undo-tree-mode))
|
(use-package undo-tree :config (global-undo-tree-mode))
|
||||||
|
|
|
@ -19,8 +19,7 @@
|
||||||
(show-paren-mode 1)
|
(show-paren-mode 1)
|
||||||
|
|
||||||
;; Always auto-close parantheses and other pairs
|
;; Always auto-close parantheses and other pairs
|
||||||
;; (replaced by smartparens)
|
(electric-pair-mode)
|
||||||
;; (electric-pair-mode)
|
|
||||||
|
|
||||||
;; Keep track of recent files
|
;; Keep track of recent files
|
||||||
(recentf-mode)
|
(recentf-mode)
|
||||||
|
|
|
@ -65,7 +65,6 @@ let
|
||||||
rainbow-delimiters
|
rainbow-delimiters
|
||||||
restclient
|
restclient
|
||||||
sly
|
sly
|
||||||
smartparens
|
|
||||||
string-edit
|
string-edit
|
||||||
swiper
|
swiper
|
||||||
telephone-line
|
telephone-line
|
||||||
|
|
Loading…
Reference in a new issue