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.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index af7b6db..634b2e8 100644 --- a/init.el +++ b/init.el
@@ -1166,7 +1166,8 @@ See also `crux-reopen-as-root-mode'."
1166(setup (:straight (sophomore 1166(setup (:straight (sophomore
1167 :host github 1167 :host github
1168 :repo "duckwork/sophomore.el")) 1168 :repo "duckwork/sophomore.el"))
1169 (sophomore-enable-all)) 1169 (sophomore-disable #'view-hello-file)
1170 (sophomore-mode +1))
1170 1171
1171(setup (:straight ssh-config-mode) 1172(setup (:straight ssh-config-mode)
1172 (:file-match (rx "/.ssh/config" eos) 1173 (:file-match (rx "/.ssh/config" eos)