diff options
author | Franck Cuny <franck@fcuny.net> | 2021-02-20 15:04:30 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-02-20 15:04:30 -0800 |
commit | 410b6d0f5af6b2f7bd69219fd756a75d41ffd946 (patch) | |
tree | 0301bb716bc843e29112fd56c605e70c4834db4e /emacs | |
parent | emacs: enable read-mode when in RO buffer (diff) | |
download | emacs.d-410b6d0f5af6b2f7bd69219fd756a75d41ffd946.tar.gz |
emacs: show paren
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-edit.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |