From 410b6d0f5af6b2f7bd69219fd756a75d41ffd946 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 20 Feb 2021 15:04:30 -0800 Subject: emacs: show paren --- emacs/custom/fcuny-edit.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/custom/fcuny-edit.el b/emacs/custom/fcuny-edit.el index a65682b..0da6c86 100644 --- a/emacs/custom/fcuny-edit.el +++ b/emacs/custom/fcuny-edit.el @@ -26,6 +26,7 @@ :ensure t :custom (show-paren-delay 0) + (show-paren-highlight-openparen t) (show-paren-when-point-inside-paren t) (show-paren-when-point-in-periphery t) :config -- cgit 1.4.1