From 21241651a58dd2b8aea2a925d77cf029acea8121 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 3 Jan 2022 17:16:35 -0600 Subject: Add sophomore --- init.el | 7 +++++-- 1 file 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 @@ ;;; 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)) -- cgit 1.4.1-21-gabe81