Show matching parenthesis on the minibuffer
This commit is contained in:
parent
aba11a76a3
commit
edf3fa34d0
|
@ -44,3 +44,5 @@
|
||||||
(setq writeroom-major-modes '(markdown-mode org-mode))
|
(setq writeroom-major-modes '(markdown-mode org-mode))
|
||||||
;; Map leader key for major mode to ,
|
;; Map leader key for major mode to ,
|
||||||
(setq doom-localleader-key ",")
|
(setq doom-localleader-key ",")
|
||||||
|
;; Show matching parenthesis on the minibuffer
|
||||||
|
(after! smartparens (show-smartparens-global-mode t))
|
||||||
|
|
Loading…
Reference in New Issue