From 9266b3947dae0207800e778e2c9628d316ad9d68 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 19 Jun 2020 16:54:54 +0100 Subject: feat(emacs-pkgs/tvl): Add #'tvl-depot-status function 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 --- users/tazjin/emacs/config/functions.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'users') 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. -- cgit 1.4.1