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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index e8b3bd0..f1a99e1 100644 --- a/.emacs +++ b/.emacs @@ -759,5 +759,10 @@ (use-package org-indent :delight "»") + +(use-package paren + :custom + (show-paren-mode t) + (show-paren-predicate t)) ;;; TODO: decruftify mode-line (e.g. remove superflous parens). -- cgit v1.2.3