summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-01-03 17:16:35 -0600
committerCase Duckworth2022-01-03 17:16:35 -0600
commit21241651a58dd2b8aea2a925d77cf029acea8121 (patch)
tree1acd3f330f4c9564fa13157762f3d43ec3af72b5
parentFix eshell loading (diff)
downloademacs-21241651a58dd2b8aea2a925d77cf029acea8121.tar.gz
emacs-21241651a58dd2b8aea2a925d77cf029acea8121.zip
Add sophomore
-rw-r--r--init.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/init.el b/init.el index 84f382a..bf80b5b 100644 --- a/init.el +++ b/init.el
@@ -16,8 +16,6 @@
16 16
17;;; Code: 17;;; Code:
18 18
19(setq debug-on-error t)
20
21(dolist (feature `((early-init . ,(locate-user-emacs-file "early-init")) 19(dolist (feature `((early-init . ,(locate-user-emacs-file "early-init"))
22 acdw 20 acdw
23 private)) 21 private))
@@ -1119,6 +1117,11 @@ See also `crux-reopen-as-root-mode'."
1119(setup (:straight smartscan) 1117(setup (:straight smartscan)
1120 (:hook-into prog-mode)) 1118 (:hook-into prog-mode))
1121 1119
1120(setup (:straight (sophomore
1121 :host github
1122 :repo "duckwork/sophomore.el"))
1123 (sophomore-enable-all))
1124
1122(setup (:straight ssh-config-mode) 1125(setup (:straight ssh-config-mode)
1123 (:file-match (rx "/.ssh/config" eos) 1126 (:file-match (rx "/.ssh/config" eos)
1124 (rx "/ssh" (? "d") "_config" eos)) 1127 (rx "/ssh" (? "d") "_config" eos))