From 8e061d510aa763a3c8303a136a916f51dda9281c Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 24 Mar 2025 16:33:46 -0500 Subject: [PATCH] system changes --- common/.config/emacs/init.el.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 9e96696..ca5efc7 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) t) + (compile (concat "make " arg)) (eshell/cd dir))) #+end_src