1
0
Fork 0

fix: correct target directory for config github sync

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-08 21:15:02 -07:00
parent 26cadaa48e
commit 8e3e9f7f55
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -22,7 +22,7 @@
(if (not (string= confirm "YES"))
(print "Cancelling config download/update...")
(let* ((gh-url "https://raw.githubusercontent.com/priime0/dotfiles/master/.emacs.d/")
(target-dir "~/temp/.emacs.d/")
(target-dir "~/.emacs.d/")
(filenames
'("init.el"
"include/general.el"