summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-02-20 15:04:30 -0800
committerFranck Cuny <franck@fcuny.net>2021-02-20 15:04:30 -0800
commit410b6d0f5af6b2f7bd69219fd756a75d41ffd946 (patch)
tree0301bb716bc843e29112fd56c605e70c4834db4e
parentemacs: enable read-mode when in RO buffer (diff)
downloademacs.d-410b6d0f5af6b2f7bd69219fd756a75d41ffd946.tar.gz
emacs: show paren
-rw-r--r--emacs/custom/fcuny-edit.el1
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