From c6041bcf452b4317a58215615499621df4c89f8d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 12 Jan 2023 00:37:53 +0100 Subject: Move show-paren settings to use-package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit show-paren-mode is not needed for Emacs≥28, but I still have stuff in these dotfiles that purport to support older versions. --- .emacs-custom.el | 1 - 1 file changed, 1 deletion(-) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index c582632..9117690 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -50,7 +50,6 @@ '(scroll-conservatively 10) '(scroll-preserve-screen-position t) '(send-mail-function 'smtpmail-send-it) - '(show-paren-mode t) '(split-width-threshold 120) '(switch-to-buffer-obey-display-actions t) '(tab-bar-show 1) -- cgit v1.2.3