feat(tools/emacs): Configurable depot path, defaulting to /depot

This commit is contained in:
Vincent Ambo 2020-06-11 18:33:02 +01:00
parent 820f591cbb
commit 524b621231
2 changed files with 8 additions and 1 deletions

View file

@ -43,7 +43,7 @@
;; Open my monorepo in magit
(defun depot-status ()
(interactive)
(magit-status "/depot"))
(magit-status depot-path))
;; Get the nix store path for a given derivation.
;; If the derivation has not been built before, this will trigger a build.