diff --git a/emacs/init.org b/emacs/init.org index 3ea20b6..74e3338 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -3551,6 +3551,13 @@ Some functions to make my day job easier. :stop-signal 'int :init-async (python-service-setup "lola-services-ZdLKpchq" "~/lola/lola-services/priceline/.env")) + + (prodigy-define-service + :name "mabl-link-agent" + :command "link-agent" + :args (lambda () + (list "-a" (password-store-get "mabl-link-agent") + "-n" "jdormit-macbook"))) #+END_SRC ** Services (eShell) #+BEGIN_SRC emacs-lisp :lexical yes