system changes
This commit is contained in:
parent
981d7b5f3f
commit
8722dc0339
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
"run the argument through make at the root of my dotfiles repository"
|
||||||
(let ((dir (eshell/pwd)))
|
(let ((dir (eshell/pwd)))
|
||||||
(eshell/cd "~/.dotfiles")
|
(eshell/cd "~/.dotfiles")
|
||||||
(eshell/make arg)
|
(compile (concat "make " arg) t)
|
||||||
(eshell/cd dir)))
|
(eshell/cd dir)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue