diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 01:25:39 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 01:25:39 +0200 |
commit | 10103fa6dffb4a0b4532407fb92ba8b573ff4274 (patch) | |
tree | eda624d5b6beeb3f1e1892f91d38f94160576f64 | |
parent | 6153d9bad072d4d659dc2da3b944b267e5ef8166 (diff) |
emacs: Require ‘project’
-rw-r--r-- | .config/emacs/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index c1e0b95..87c389c 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -681,6 +681,7 @@ that simply finds all the TODOs in a repository and displays them in the (project-root) (magit-status))) + (require 'project) (add-to-list 'project-switch-commands '(mango--magit-status "Git Status" ?g)) #+END_SRC |