summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-12-26 22:49:50 -0600
committerCase Duckworth2021-12-26 22:49:50 -0600
commitaa8549a80e3e171fa71bd2a2ff0c135215d993f5 (patch)
treec5cb0a96d87b7969486876e2b50b1e5036d1db98
parentAdd +eww and further customize eww (diff)
downloademacs-aa8549a80e3e171fa71bd2a2ff0c135215d993f5.tar.gz
emacs-aa8549a80e3e171fa71bd2a2ff0c135215d993f5.zip
Only use smartscan in prog-mode
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index ddb755c..7c1da55 100644 --- a/init.el +++ b/init.el
@@ -900,7 +900,7 @@ See also `crux-reopen-as-root-mode'."
900 (simple-modeline-mode +1)) 900 (simple-modeline-mode +1))
901 901
902(setup (:straight smartscan) 902(setup (:straight smartscan)
903 (global-smartscan-mode +1)) 903 (:hook-into prog-mode))
904 904
905(setup (:straight ssh-config-mode) 905(setup (:straight ssh-config-mode)
906 (:file-match (rx "/.ssh/config" eos) 906 (:file-match (rx "/.ssh/config" eos)