Skip to content

Commit

Permalink
comment out magithub
Browse files Browse the repository at this point in the history
See issue #486.
  • Loading branch information
jkitchin committed Dec 1, 2023
1 parent 7fbf37d commit 866ebd0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,12 @@
("<f5>" . magit-status)
("C-c v t" . magit-status))

(use-package magithub
:after magit)
;; see https://github.com/jkitchin/scimax/issues/486 I have been having some
;; annoying warnings about magithub, and I think I don't actually use it
;; anymore.
;;
;; (use-package magithub
;; :after magit)

(use-package move-text
:init (move-text-default-bindings))
Expand Down

0 comments on commit 866ebd0

Please sign in to comment.