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"