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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue