about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-06-19T15·54+0100
committertazjin <mail@tazj.in>2020-06-19T17·54+0000
commit9266b3947dae0207800e778e2c9628d316ad9d68 (patch)
tree5785f548140d2a3d04fef63fd3c8b2775901b3a4 /users
parente7f8bdd548a7347759c8704f4293daacf1277581 (diff)
feat(emacs-pkgs/tvl): Add #'tvl-depot-status function r/1040
This function opens the depot in magit. By default the depot path is
assumed to be `/depot`, but that is made available as a customise
option that users can override.

Change-Id: Iefc127cad515dbae330d7af3aa69a0c53aa02015
Reviewed-on: https://cl.tvl.fyi/c/depot/+/504
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r--users/tazjin/emacs/config/functions.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/tazjin/emacs/config/functions.el b/users/tazjin/emacs/config/functions.el
index 907dbe5e11..6478f88cc1 100644
--- a/users/tazjin/emacs/config/functions.el
+++ b/users/tazjin/emacs/config/functions.el
@@ -41,9 +41,6 @@
   (man "configuration.nix"))
 
 ;; Open my monorepo in magit
-(defun depot-status ()
-  (interactive)
-  (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.