summaryrefslogtreecommitdiff
path: root/lisp/general.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-12-21 21:43:08 -0500
committermattkae <mattkae@protonmail.com>2022-12-21 21:43:08 -0500
commit3593ec5d351aef3443817fd2837edcb87d62b9fd (patch)
tree05c110b119b3989864bcd0c1f1e9601ebb04af83 /lisp/general.el
parent18cccf8ce0b0ac454b74f6ce81219a42117aa447 (diff)
Remove smartparens mode
Diffstat (limited to 'lisp/general.el')
-rw-r--r--lisp/general.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/general.el b/lisp/general.el
index 9516133..1b4f220 100644
--- a/lisp/general.el
+++ b/lisp/general.el
@@ -48,13 +48,6 @@
;; Line numbers
(global-linum-mode 1)
-;; Smart parentheses
-(smartparens-global-mode 1)
-(with-eval-after-load 'smartparens
- (sp-with-modes
- '(c++-mode c-mode javascript-mode typescript-mode python-mode)
- (sp-local-pair "{" nil :post-handlers '(:add ("||\n[i]" "RET")))))
-
;; Show number of matches
(setq isearch-lazy-highlight t)
(setq isearch-lazy-count t)