summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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)