diff options
author | Case Duckworth | 2022-01-04 16:45:45 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-04 16:45:45 -0600 |
commit | be11309215aefe6cf6aeb94e5061cced11fa287e (patch) | |
tree | 78a4a49d43cd6037baeb444081cd9b4bee26b462 | |
parent | Remove * from org-bullets (diff) | |
download | emacs-be11309215aefe6cf6aeb94e5061cced11fa287e.tar.gz emacs-be11309215aefe6cf6aeb94e5061cced11fa287e.zip |
Update sophomore
-rw-r--r-- | init.el | 3 |
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) |