From edf3fa34d076d6965df0ef34d5b13c8ea4ba28e4 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 2 Sep 2020 18:32:17 +0200 Subject: [PATCH] Show matching parenthesis on the minibuffer --- config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.el b/config.el index e547d8e..dcfdc02 100644 --- a/config.el +++ b/config.el @@ -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))