Skip to content

Commit

Permalink
MAINT: Disable magit todos
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Nov 26, 2024
1 parent d3dfc60 commit 0f3aa87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.org
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ A variation of this was included upstream in the ~develop~ branch.
(magit-org-todos-autoinsert))
#+END_SRC
#+BEGIN_SRC emacs-lisp
(use-package! magit-todos)
;; (use-package! magit-todos)
#+END_SRC
**** DONE Magithub
This is for sweet github integration.
Expand Down
2 changes: 1 addition & 1 deletion packages.org
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ These have been added upstream in ~develop~.
#+END_SRC

#+BEGIN_SRC emacs-lisp :tangle no
(package! magit-todos)
;; (package! magit-todos)
#+END_SRC

Actually [[https://github.com/alphapapa/magit-todos][magit-todos]] has been added upstream which collates all ~todo~ items.
Expand Down

0 comments on commit 0f3aa87

Please sign in to comment.