#magit — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #magit, aggregated by home.social.
-
Today i tried some #git operation from #emacs #eshell and there is no color output so i explored whether i can display color output. Turns out we can using
```git config --global color.ui always```
which worked like charm. I use #windows for work so #magit is out of reach for me due to #git slowness.
-
Today i tried some #git operation from #emacs #eshell and there is no color output so i explored whether i can display color output. Turns out we can using
```git config --global color.ui always```
which worked like charm. I use #windows for work so #magit is out of reach for me due to #git slowness.
-
Today i tried some #git operation from #emacs #eshell and there is no color output so i explored whether i can display color output. Turns out we can using
```git config --global color.ui always```
which worked like charm. I use #windows for work so #magit is out of reach for me due to #git slowness.
-
Today i tried some #git operation from #emacs #eshell and there is no color output so i explored whether i can display color output. Turns out we can using
```git config --global color.ui always```
which worked like charm. I use #windows for work so #magit is out of reach for me due to #git slowness.
-
New blog "Remote Linux kernel development with Emacs" https://davemq.github.io/2026/05/12/remote-linux-dev-with-emacs.html
-
New blog "Remote Linux kernel development with Emacs" https://davemq.github.io/2026/05/12/remote-linux-dev-with-emacs.html
-
New blog "Remote Linux kernel development with Emacs" https://davemq.github.io/2026/05/12/remote-linux-dev-with-emacs.html
-
New blog "Remote Linux kernel development with Emacs" https://davemq.github.io/2026/05/12/remote-linux-dev-with-emacs.html
-
-
-
-
-
-
How do I force Magit to load the recommended key bindings? It seems to not do that if I set my own in use-package. magit-status should be on `C-x g` **and** on `<WakeUp>`. Can anyone help a beginner out? 😅
-
How do I force Magit to load the recommended key bindings? It seems to not do that if I set my own in use-package. magit-status should be on `C-x g` **and** on `<WakeUp>`. Can anyone help a beginner out? 😅
-
How do I force Magit to load the recommended key bindings? It seems to not do that if I set my own in use-package. magit-status should be on `C-x g` **and** on `<WakeUp>`. Can anyone help a beginner out? 😅
-
How do I force Magit to load the recommended key bindings? It seems to not do that if I set my own in use-package. magit-status should be on `C-x g` **and** on `<WakeUp>`. Can anyone help a beginner out? 😅
-
How do I force Magit to load the recommended key bindings? It seems to not do that if I set my own in use-package. magit-status should be on `C-x g` **and** on `<WakeUp>`. Can anyone help a beginner out? 😅
-
RE: https://fosstodon.org/@tarsius/116380001656044900
Do you use #magit in #emacs ?
What about #melpa ?Consider helping out one of the maintainers/developers...
-
RE: https://fosstodon.org/@tarsius/116380001656044900
Do you use #magit in #emacs ?
What about #melpa ?Consider helping out one of the maintainers/developers...
-
RE: https://fosstodon.org/@tarsius/116380001656044900
Do you use #magit in #emacs ?
What about #melpa ?Consider helping out one of the maintainers/developers...
-
RE: https://fosstodon.org/@tarsius/116380001656044900
Do you use #magit in #emacs ?
What about #melpa ?Consider helping out one of the maintainers/developers...
-
RE: https://fosstodon.org/@tarsius/116380001656044900
Do you use #magit in #emacs ?
What about #melpa ?Consider helping out one of the maintainers/developers...
-
RE: https://fosstodon.org/@tarsius/116380001656044900
Do you use #emacs and #magit or #transient ?
Help one of the stand out #emacs package maintainers and developers by making a donation, no matter how small (ideally recurring).
See also https://magit.vc/donate/
-
RE: https://fosstodon.org/@tarsius/116380001656044900
Do you use #emacs and #magit or #transient ?
Help one of the stand out #emacs package maintainers and developers by making a donation, no matter how small (ideally recurring).
See also https://magit.vc/donate/
-
RE: https://fosstodon.org/@tarsius/116380001656044900
Do you use #emacs and #magit or #transient ?
Help one of the stand out #emacs package maintainers and developers by making a donation, no matter how small (ideally recurring).
See also https://magit.vc/donate/
-
RE: https://fosstodon.org/@tarsius/116380001656044900
Do you use #emacs and #magit or #transient ?
Help one of the stand out #emacs package maintainers and developers by making a donation, no matter how small (ideally recurring).
See also https://magit.vc/donate/
-
RE: https://fosstodon.org/@tarsius/116380001656044900
Do you use #emacs and #magit or #transient ?
Help one of the stand out #emacs package maintainers and developers by making a donation, no matter how small (ideally recurring).
See also https://magit.vc/donate/
-
How did this happen? I tried using a #magit command in #Emacs that failed with some error message about some transient variable not being bound. I decided that was probably because it was introduced in a newer version of transient, so I set package-install-upgrade-built-in to t (the default is nil), upgraded transient and now everything works again. How did I manage to get magit and transient out of step? (Or maybe I misdiagnosed the problem, even though the fix did work.)