From c8d5ec55a897d0b4fcc57e9f055ad0426f0c579c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 13 Sep 2021 17:17:41 -0500 Subject: Only enable forge at home --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index f3ec817..cb24a7a 100644 --- a/init.el +++ b/init.el @@ -1036,7 +1036,8 @@ specific to most general, they are these: (:bind "C-;" #'flyspell-correct-wrapper) (:unbind "C-," "C-." "C-M-i"))))) -(setup (:straight forge) +(setup (:straight-if forge + (acdw/system :home)) ;; make sure to read Info manual with Forge (and Ghub) for setup ;; instructions. (with-eval-after-load 'magit -- cgit 1.4.1-21-gabe81