diff options
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 '( |