summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-04 16:45:45 -0600
committerCase Duckworth2022-01-04 16:45:45 -0600
commitbe11309215aefe6cf6aeb94e5061cced11fa287e (patch)
tree78a4a49d43cd6037baeb444081cd9b4bee26b462 /init.el
parentRemove * from org-bullets (diff)
downloademacs-be11309215aefe6cf6aeb94e5061cced11fa287e.tar.gz
emacs-be11309215aefe6cf6aeb94e5061cced11fa287e.zip
Update sophomore
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)