Using Git Delta with Magit
Git Delta is a command line utility that beautifies git diffs in the terminal. But did you know that it can do the same in Magit too?
Git Delta is a command line utility that beautifies git diffs in the terminal. But did you know that it can do the same in Magit too?
You can phonetically write a non-English language on an English keyword in Emacs, and that transforms into that non-English script. This is called transliteration, and I demonstrate that for the Gujarati language in this post.
Use go clean -modcache
to clean up all the old auto-downloaded Go
modules in ${GOPATH}/pkg/
. That’s all you need to know. Rest of the
post gives just the history of how I got there.
How to view GitHub Pull Request branches locally in the cloned repo, and more importantly, how to do that automatically from within Emacs.
Setting a different font for a specific script or language in Emacs.
My diagrammatic take on summarizing all the Emacs advice combinators.
How to define a custom org-global-cycle
-like command that collapses
only the Org subtrees with specific properties.
The default behavior of Firefox opening new tabs from links had been troubling me for a while .. it was time I tried to do something about it.
How I generated the Python dependencies file requirements.txt
so
that Netlify can install and run the HTML5 Validator before deploying
this site.
Use tar -caf <file> <dir>
to create an archive, tar -xf <file>
to
extract one, and more.