diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-12 08:22:06 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-12 08:22:06 +0200 |
commit | e4b029ae91a7647447707192a793a1f1bcd700d9 (patch) | |
tree | c4f6b4cc2c6732595d08020ad243b6c0f1cea046 | |
parent | ad7417dc60d556fa920ee46a40b1ff64822e9f0b (diff) |
emacs: Start ‘magit-todos-mode’
-rw-r--r-- | .config/emacs/config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index c67e956..424fbf9 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -842,7 +842,8 @@ that simply finds all the TODOs in a repository and displays them in the #'magit-display-buffer-same-window-except-diff-v1)) (use-package magit-todos - :after magit) + :after magit + :init (magit-todos-mode)) #+END_SRC |