diff options
| author | Christian Cunningham <cc@local.lan> | 2024-06-20 14:07:59 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2024-06-20 14:07:59 -0700 |
| commit | fa897a45874f932c123947c861ac9d18375ac937 (patch) | |
| tree | 991a996163df37a90d866821c224c915ac99fc6a | |
| parent | 501e45f944b62adf74b657198fca61d6ec9f5c22 (diff) | |
Highlight Parenthesis
Don't highlight entire expression
| -rw-r--r-- | elchemy-packages.el | 2 |
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 |
