From 8e3e9f7f557eeba0a5aaa5f85ce355f370b14872 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 8 Aug 2023 21:15:02 -0700 Subject: [PATCH] fix: correct target directory for config github sync Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 79d41fc..b84a33a 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -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"