From 6fbe94d44bf5bf1d71bfa0c550ec39851965fd37 Mon Sep 17 00:00:00 2001 From: noa Date: Mon, 13 Jan 2025 10:47:04 +0800 Subject: Remove show-paren-mode config as mode is enabled by default --- emacs/init.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'emacs') 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) -- cgit 1.4.1-2-gfad0