Don't use ssh for straight be default

This commit is contained in:
Jeremy Isaac Dormitzer 2024-03-20 12:04:24 -04:00
parent 3cc63254ae
commit 76565d4b48

View File

@ -37,9 +37,6 @@
(straight-use-package 'use-package)
(setq straight-use-package-by-default t)
;; Tell straight to use SSH for git connections
(setq straight-vc-git-default-protocol 'ssh)
;; "Garbage Collection Magic Hack"
(use-package gcmh
:demand t