diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 41b7e5d..433162e 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -322,7 +322,10 @@ If the current window occupies the whole frame, split it." (use-package gitstatus :elpaca (:host github :repo "igorepst/gitstatus-el") - :custom (gitstatusd-exe "~/.cache/gitstatus/gitstatusd-linux-x86_64") + :custom + (system-architecture (car (split-string system-configuration "-"))) + (gitstatusd-exe (format "~/.cache/gitstatus/gitstatusd-linux-%s" + system-architecture)) :after eshell :init (add-hook 'eshell-before-prompt-hook #'gitstatus-eshell-start)) (use-package p11k