add highlight-parentheses

This commit is contained in:
opfez 2021-05-28 12:42:44 +02:00
parent b6afa5162e
commit e8f1a14eb4
1 changed files with 8 additions and 0 deletions

View File

@ -128,6 +128,14 @@
(use-package elpher
:ensure t)
;; Highlight parentheses for Lisp
(use-package highlight-parentheses
:ensure t
:config
(add-hook 'scheme-mode-hook 'highlight-parentheses-mode)
(add-hook 'lisp-mode-hook 'highlight-parentheses-mode)
(add-hook 'emacs-lisp-mode-hook 'highlight-parentheses-mode))
;; org-mode
(use-package org
:ensure t