summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/init.el b/emacs/init.el
index b40dc5e..a4f468a 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -125,13 +125,6 @@
 ;; (Almost) immediately show which chords in a key sequence i have already pressed.
 (setopt echo-keystrokes 0.1)
 
-(use-package paren
-  :custom
-  (show-paren-mode t)
-  (show-paren-when-point-in-periphery t) ; Highlight nearby paren if only whitespace separates paren from point
-  (show-paren-when-point-inside-paren t) ; Highlight paren if point is inside, not just on
-  )
-
 ;; Syntax highlighting
 (setopt global-font-lock-mode t)
 (setopt font-lock-maximum-decoration nil)