Show matching parenthesis on the minibuffer

This commit is contained in:
coolneng 2020-09-02 18:32:17 +02:00
parent aba11a76a3
commit edf3fa34d0
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -44,3 +44,5 @@
(setq writeroom-major-modes '(markdown-mode org-mode))
;; Map leader key for major mode to ,
(setq doom-localleader-key ",")
;; Show matching parenthesis on the minibuffer
(after! smartparens (show-smartparens-global-mode t))