about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-08-18 10:56:39 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-08-18 10:56:39 +0100
commit4055624b3f1bccf1cf224cf1103d40c77bb84fa1 (patch)
treefa6f0244f3743aee16e1d6c3ea1aadb662812bc9 /.emacs.d/lisp
parentd0fd5825d14c610ac050975d1346076317632413 (diff)
downloaddotfiles-4055624b3f1bccf1cf224cf1103d40c77bb84fa1.tar.gz
Turn off smartscan in sql-interactive-mode
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-navigation.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-navigation.el b/.emacs.d/lisp/init-navigation.el
index a722aac..7d65a94 100644
--- a/.emacs.d/lisp/init-navigation.el
+++ b/.emacs.d/lisp/init-navigation.el
@@ -85,7 +85,8 @@ char."
   (cider-repl-mode . (lambda () (smartscan-mode -1)))
   (ielm-mode . (lambda () (smartscan-mode -1)))
   (vterm-mode . (lambda () (smartscan-mode -1)))
-  (eshell-mode . (lambda () (smartscan-mode -1))))
+  (eshell-mode . (lambda () (smartscan-mode -1)))
+  (sql-interactive-mode . (lambda () (smartscan-mode -1))))
 
 (use-package symbol-overlay
   :bind