diff options
author | Case Duckworth | 2021-08-15 21:10:13 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-15 21:10:13 -0500 |
commit | c46149516f2499b7b7ca8a1424ebc4d1eabeeea9 (patch) | |
tree | fb4b36d4cb7ac8305f1a41f7667f8b81e72e5fe9 | |
parent | Merge `acdw-org/count-words' and `acdw-org/count-words-stupidly' (diff) | |
download | emacs-c46149516f2499b7b7ca8a1424ebc4d1eabeeea9.tar.gz emacs-c46149516f2499b7b7ca8a1424ebc4d1eabeeea9.zip |
Change straight repo
-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 |