From 73f89eb1058381835ecdbbf6268396388c614e7b Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 29 Oct 2021 11:40:09 +0200 Subject: [PATCH] disabled blink-matching-paren, bugs on counsel-line and mismatching brackets --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index 3433b24..6191c6b 100644 --- a/config.org +++ b/config.org @@ -398,6 +398,7 @@ Windows Theme: :ensure t) (show-paren-mode t) ;; show other part of brackets +(setq blink-matching-paren nil) ;; not necessary with show-paren-mode, bugs out on C-s counsel-line (use-package rainbow-delimiters :ensure t :hook