diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index ca5efc7..63fabb0 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -396,7 +396,7 @@ Define an =eshell= command to reinstall and update my dotfiles. "run the argument through make at the root of my dotfiles repository" (let ((dir (eshell/pwd))) (eshell/cd "~/.dotfiles") - (compile (concat "make " arg)) + (eshell/make arg) (eshell/cd dir))) #+end_src