diff options
author | noa@gaiwan.org | 2024-06-12 22:05:24 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-12 22:05:24 +0000 |
commit | 65469ad85bdc5c1c3782ed632f39f574970e38ce (patch) | |
tree | 9f6cd157dbe16cc8e717ef52c3f6695bacf136a8 /emacs/init.el | |
parent | a578127b71cd2695f2892e27435a5795ff67d2a6 (diff) |
Remove duplicate show-paren-mode configuration
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el index 3e4fcf2..fa08dce 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -571,11 +571,6 @@ and when JID is not in `jabber-activity-banned'." ;; By default, the point has to be after a paren for it to be highlighted. But often the point will be just inside, in which case it's also helpful for the pair to be highlighted. show-paren-when-point-inside-paren t ) - (use-package paren - :custom - (show-paren-mode t) - - ) ;; populate and enable the context menu ;; (setopt context-menu-functions '( |