Add sophomore

This commit is contained in:
Case Duckworth 2022-01-03 17:16:35 -06:00
parent 7a6a88c321
commit 21241651a5
1 changed files with 5 additions and 2 deletions

View File

@ -16,8 +16,6 @@
;;; Code:
(setq debug-on-error t)
(dolist (feature `((early-init . ,(locate-user-emacs-file "early-init"))
acdw
private))
@ -1119,6 +1117,11 @@ See also `crux-reopen-as-root-mode'."
(setup (:straight smartscan)
(:hook-into prog-mode))
(setup (:straight (sophomore
:host github
:repo "duckwork/sophomore.el"))
(sophomore-enable-all))
(setup (:straight ssh-config-mode)
(:file-match (rx "/.ssh/config" eos)
(rx "/ssh" (? "d") "_config" eos))