diff options
author | noa | 2025-01-13 10:47:04 +0800 |
---|---|---|
committer | noa | 2025-01-13 10:47:04 +0800 |
commit | 6fbe94d44bf5bf1d71bfa0c550ec39851965fd37 (patch) | |
tree | 53bcc3211e670ef6d1784f6158ef6c072fb38bc4 /emacs | |
parent | a5d6389ae713382712b557e93c51d68bbb3e6ba2 (diff) |
Remove show-paren-mode config as mode is enabled by default
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 7 |
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) |