about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
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:
1036 (:bind "C-;" #'flyspell-correct-wrapper) 1036 (:bind "C-;" #'flyspell-correct-wrapper)
1037 (:unbind "C-," "C-." "C-M-i"))))) 1037 (:unbind "C-," "C-." "C-M-i")))))
1038 1038
1039(setup (:straight forge) 1039(setup (:straight-if forge
1040 (acdw/system :home))
1040 ;; make sure to read Info manual with Forge (and Ghub) for setup 1041 ;; make sure to read Info manual with Forge (and Ghub) for setup
1041 ;; instructions. 1042 ;; instructions.
1042 (with-eval-after-load 'magit 1043 (with-eval-after-load 'magit