Disable annoying blink-matching-paren
This commit is contained in:
parent
4ea6fcf69b
commit
8fb1986b5d
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ Will only occur if prelude-whitespace is also enabled."
|
|||
|
||||
(show-smartparens-global-mode +1)
|
||||
|
||||
;; disable annoying blink-matching-paren
|
||||
(setq blink-matching-paren nil)
|
||||
|
||||
;; diminish keeps the modeline tidy
|
||||
(require 'diminish)
|
||||
|
||||
|
|
Loading…
Reference in a new issue