Skip to content

Commit

Permalink
Remove buggy magit-todos.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Aug 27, 2023
1 parent 676c201 commit 9487310
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions lisp/init-vcs.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,7 @@
'(("#" 5 forge-topic-list-sort-by-number (:right-align t) number nil)
("Title" 60 t nil title nil)
("State" 6 t nil state nil)
("Updated" 10 t nil updated nil))))

;; Show TODOs in magit
(use-package magit-todos
:defines magit-todos-nice
:commands magit-todos--scan-with-git-grep
:init
(setq magit-todos-nice (if (executable-find "nice") t nil))
(setq magit-todos-scanner #'magit-todos--scan-with-git-grep)
(let ((inhibit-message t))
(magit-todos-mode 1))
:config
(with-eval-after-load 'magit-status
(transient-append-suffix 'magit-status-jump '(0 0 -1)
'("t " "Todos" magit-todos-jump-to-todos)))))
("Updated" 10 t nil updated nil)))))

;; Display transient in child frame
(when (childframe-completion-workable-p)
Expand Down

0 comments on commit 9487310

Please sign in to comment.