about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-13 17:17:41 -0500
committerCase Duckworth2021-09-13 17:17:41 -0500
commitc8d5ec55a897d0b4fcc57e9f055ad0426f0c579c (patch)
tree9c634cb0f302a71d0da45614cf561ece03ea2e47 /init.el
parentCustomize flyspell-correct (diff)
downloademacs-c8d5ec55a897d0b4fcc57e9f055ad0426f0c579c.tar.gz
emacs-c8d5ec55a897d0b4fcc57e9f055ad0426f0c579c.zip
Only enable forge at home
Diffstat (limited to 'init.el')
-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