From 981d7b5f3f777c50926d792309de3066386b79f6 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 24 Mar 2025 16:14:37 -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 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