diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index b959e9e..edaf420 100644 --- a/init.el +++ b/init.el | |||
@@ -19,7 +19,7 @@ | |||
19 | ;;; Setup | 19 | ;;; Setup |
20 | 20 | ||
21 | ;;;; `setup' | 21 | ;;;; `setup' |
22 | (straight-use-package '(setup :host nil :repo "https://git.sr.ht/~zge/setup")) | 22 | (straight-use-package '(setup :host nil :repo "https://git.sr.ht/~pkal/setup")) |
23 | (require 'setup) | 23 | (require 'setup) |
24 | 24 | ||
25 | (setup setup | 25 | (setup setup |