Replace cl-site url
This commit is contained in:
parent
a7d7ab2a61
commit
4fe98e7762
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -129,7 +129,7 @@
|
|||
(setq-default custom-file "~/.emacs.d/bundle/custom_gnu.el"
|
||||
browse-url-secondary-browser-function 'browse-url-firefox)
|
||||
(unless (file-directory-p "~/cl-sites/")
|
||||
(async-shell-command "git clone git@git.sr.ht:~marcuskammer/cl-sites ~/cl-sites")))
|
||||
(async-shell-command "git clone https://code.metalisp.dev/marcuskammer/cl-sites.git ~/cl-sites")))
|
||||
|
||||
(when (eq system-type 'windows-nt)
|
||||
(setq-default explicit-shell-file-name
|
||||
|
|
Loading…
Add table
Reference in a new issue