summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-01-12 00:37:53 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-01-12 00:46:37 +0100
commitc6041bcf452b4317a58215615499621df4c89f8d (patch)
tree3d655017b576dc8ac6b28d877178bc3ad71351af /.emacs
parent63dd17688c9b2a76e941c322a48b0001d7921def (diff)
downloaddotfiles-c6041bcf452b4317a58215615499621df4c89f8d.tar.xz
Move show-paren settings to use-package
show-paren-mode is not needed for Emacs≥28, but I still have stuff in these dotfiles that purport to support older versions.
Diffstat (limited to '.emacs')
-rw-r--r--.emacs5
1 files changed, 5 insertions, 0 deletions
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).