refactor!(magit): remove magit-todos
BREAKING CHANGE: Removes magit-todos from the magit module. I've always thought my choice to include it as a 'reasonable default' in this module was a bit dubious. Given how trivial the config is, I leave it to users to install if they want it, instead.
This commit is contained in:
parent
1c6288e2b7
commit
0893edefae
4 changed files with 0 additions and 10 deletions
|
@ -284,7 +284,6 @@
|
|||
:desc "Search project for symbol" "." #'+default/search-project-for-symbol-at-point
|
||||
:desc "Find file in other project" "F" #'doom/find-file-in-other-project
|
||||
:desc "Search project" "s" #'+default/search-project
|
||||
:desc "List project todos" "t" #'magit-todos-list
|
||||
:desc "Open project scratch buffer" "x" #'doom/open-project-scratch-buffer
|
||||
:desc "Switch to project scratch buffer" "X" #'doom/switch-to-project-scratch-buffer
|
||||
(:when (and (modulep! :tools taskrunner)
|
||||
|
|
|
@ -747,7 +747,6 @@
|
|||
:desc "Find recent project files" "r" #'projectile-recentf
|
||||
:desc "Run project" "R" #'projectile-run-project
|
||||
:desc "Save project files" "s" #'projectile-save-project-buffers
|
||||
:desc "List project todos" "t" #'magit-todos-list
|
||||
:desc "Test project" "T" #'projectile-test-project
|
||||
:desc "Pop up scratch buffer" "x" #'doom/open-project-scratch-buffer
|
||||
:desc "Switch to scratch buffer" "X" #'doom/switch-to-project-scratch-buffer
|
||||
|
|
|
@ -183,13 +183,6 @@ Only has an effect in GUI Emacs.")
|
|||
'("c r" "Review pull request" +magit/start-code-review))))
|
||||
|
||||
|
||||
(use-package! magit-todos
|
||||
:after magit
|
||||
:config
|
||||
(setq magit-todos-keyword-suffix "\\(?:([^)]+)\\)?:?") ; make colon optional
|
||||
(define-key magit-todos-section-map "j" nil))
|
||||
|
||||
|
||||
(use-package! evil-collection-magit
|
||||
:when (modulep! :editor evil +everywhere)
|
||||
:defer t
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
;;; tools/magit/packages.el
|
||||
|
||||
(package! magit :pin "cf94190410ef163fd102cdbcb67f28599d31eabc")
|
||||
(package! magit-todos :pin "501c8db90ab59f8b619618b9d10db2a32a113727")
|
||||
(when (modulep! +forge)
|
||||
(package! forge :pin "a56eb3cbb27c61387d35cbff6b036a2c1bc1559d")
|
||||
(package! code-review
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue