Disable smartscan in more modes

This commit is contained in:
David Morgan 2022-10-11 13:36:33 +01:00
parent d911c9b956
commit f8189c6c2d
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 6 additions and 1 deletions

View File

@ -25,8 +25,13 @@
(cider-repl-mode . (lambda () (smartscan-mode -1)))
(ielm-mode . (lambda () (smartscan-mode -1)))
(vterm-mode . (lambda () (smartscan-mode -1)))
(term-mode . (lambda () (smartscan-mode -1)))
(ansi-term-mode . (lambda () (smartscan-mode -1)))
(eshell-mode . (lambda () (smartscan-mode -1)))
(sql-interactive-mode . (lambda () (smartscan-mode -1))))
(shell-mode . (lambda () (smartscan-mode -1)))
(sql-interactive-mode . (lambda () (smartscan-mode -1)))
(compilation-mode . (lambda () (smartscan-mode -1)))
(deadgrep-mode . (lambda () (smartscan-mode -1))))
(use-package symbol-overlay
:bind