system changes

This commit is contained in:
jjanzen 2025-03-24 16:33:46 -05:00
parent 8722dc0339
commit 8e061d510a

View file

@ -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) t)
(compile (concat "make " arg))
(eshell/cd dir)))
#+end_src