flake: use new doom emacs repo url
This commit is contained in:
parent
0fe2c66bc0
commit
0587e766a9
8 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -d $XDG_CONFIG_HOME/emacs ]; then
|
||||
git clone --depth 1 https://github.com/hlissner/doom-emacs $XDG_CONFIG_HOME/emacs
|
||||
git clone --depth 1 https://github.com/doomemacs/doomemacs $XDG_CONFIG_HOME/emacs
|
||||
$XDG_CONFIG_HOME/emacs/bin/doom install "$@"
|
||||
else
|
||||
echo "fatal: $XDG_CONFIG_HOME/emacs already exists!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue