diff options
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/emacs/config/functions.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/tazjin/emacs/config/functions.el b/users/tazjin/emacs/config/functions.el index 907dbe5e1176..6478f88cc1c8 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. |