summaryrefslogtreecommitdiff
path: root/elchemy-packages.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-20 14:07:59 -0700
committerChristian Cunningham <cc@localhost>2024-06-20 14:07:59 -0700
commit3fa626afa31f374618a65c13847154ba3486125d (patch)
tree991a996163df37a90d866821c224c915ac99fc6a /elchemy-packages.el
parent7f7cc65bc641ca0412d28ed5f614f05fc9fcf3d3 (diff)
Highlight Parenthesis
Don't highlight entire expression
Diffstat (limited to 'elchemy-packages.el')
-rw-r--r--elchemy-packages.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elchemy-packages.el b/elchemy-packages.el
index 15cfc34..207a6eb 100644
--- a/elchemy-packages.el
+++ b/elchemy-packages.el
@@ -19,7 +19,7 @@
:ensure t
:config
(show-paren-mode +1)
- (setq show-paren-style 'expression
+ (setq show-paren-style 'parenthesis
show-paren-when-point-inside-paren t
show-parent-when-point-in-periphery t))
;; Ido Completions