Emacs package management with straight.el and use-package
Use straight.el and use-package for reproducable, performant and cleanly-configured package management in Emacs
Use straight.el and use-package for reproducable, performant and cleanly-configured package management in Emacs
To combine two separate Git repositories into one, merge while using the --allow-unrelated-histories command line option.
To convert an AsciiDoc document to an Org document, convert to Docbook as an intermediate step, then send the Docbook file to Pandoc to convert it to Org.
Use the timeout utility to include long-running process output in Org code blocks.
Use Org-mode's :prologue and :epilogue header arguments for code block setup and teardown.
Set up GoAccess to parse CloudFront access logs and generate web analytics for static sites hosted on AWS
To fix the tab key's functionality in Org mode, sacrifice Evil's backward jumping by turning it off with the evil-want-C-i-jump option.
Set up Eglot by checking out elixir-ls and building it locally
Use PurgeCSS and cssnano to purge and minify an internal CSS stylesheet
Git's rebase command takes an --exec option to run a shell command on every revision in the rebase.
Examples of output produced by Git log's different default formatting options.
To write a multi-paragraph Git commit message from the command line, use the --message or -m option multiple times.
The git-filter-repo library supports many ways of file filtering and history rewriting, but extracting directories and files are two I’ve needed in the past.