about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tools/emacs/config/functions.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/emacs/config/functions.el b/tools/emacs/config/functions.el
index e0bc496a53..a6cc07e889 100644
--- a/tools/emacs/config/functions.el
+++ b/tools/emacs/config/functions.el
@@ -54,10 +54,10 @@ Including indent-buffer, which should not be called automatically on save."
   (interactive)
   (man "configuration.nix"))
 
-;; Open local emacs configuration
-(defun emacs-config ()
+;; Open my monorepo in magit
+(defun depot-status ()
   (interactive)
-  (dired "~/.emacs.d/"))
+  (magit-status "~/depot"))
 
 ;; Get the nix store path for a given derivation.
 ;; If the derivation has not been built before, this will trigger a build.