diff options
Diffstat (limited to 'tools/emacs/config/functions.el')
-rw-r--r-- | tools/emacs/config/functions.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/emacs/config/functions.el b/tools/emacs/config/functions.el index e0bc496a538f..a6cc07e88963 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. |