system changes

This commit is contained in:
jjanzen 2025-03-24 16:22:53 -05:00
parent 981d7b5f3f
commit 8722dc0339

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