fix: correct target directory for config github sync
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
26cadaa48e
commit
8e3e9f7f55
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
(if (not (string= confirm "YES"))
|
(if (not (string= confirm "YES"))
|
||||||
(print "Cancelling config download/update...")
|
(print "Cancelling config download/update...")
|
||||||
(let* ((gh-url "https://raw.githubusercontent.com/priime0/dotfiles/master/.emacs.d/")
|
(let* ((gh-url "https://raw.githubusercontent.com/priime0/dotfiles/master/.emacs.d/")
|
||||||
(target-dir "~/temp/.emacs.d/")
|
(target-dir "~/.emacs.d/")
|
||||||
(filenames
|
(filenames
|
||||||
'("init.el"
|
'("init.el"
|
||||||
"include/general.el"
|
"include/general.el"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue