Spenser Truex
Spenser Truex
The page for generating an SSH key gives come CLI instructions for generating a new key. I suggest also providing instructions for how to transfer it using QR codes (which...
Use `git config --global --replace-all core.whitespace "tab-in-indent,trailing-space"` to prevent further abomination. Probably I will get around to writing the perl one-liner for doing this at some point.
Project deprecated/archived https://github.com/technomancy/swank-clojure
I'd like to be able to get more information about delta from the command line using `man delta`. One way to do this would be [GNU `help2man`](https://www.gnu.org/software/help2man/) in the `Makefile`....
Related: https://github.com/nvbn/thefuck/pull/1162 https://github.com/nvbn/thefuck/issues/1161 https://github.com/nvbn/thefuck/wiki/Multiple-aliases How to "profile" (dumbly): ```sh time thefuck --alias 160ms ``` My _smart_ profiling shows that it is possible to generate the alias, without any meaningful changes...
* sly.el (sly-prompt-for-connection) (sly-read-package-name): - History when selecting a connection (eg. with sayoonara). Automatically fills the connection if there is only one available. - History for selecting different packages (eg....
I have these "broken image" links in the Emacs interface: [Link to screenshot](https://spensertruex.com/static/broken-image.png)
Roswell creates `~/.roswell`, but should check for that directory's location in this order: 1. `$XDG_DATA_DIR/roswell` 2. `~/.local/share/roswell` and finally 3. `~/.roswell` Often a partial compliance is done with a user-exported...
[This code](https://gist.github.com/equwal/d23d9296533bb693c85975d9d6556c7c) automatically runs `ros init` on new roswell files when opened in emacs. Might be useful to put it somewhere in the advanced docs.
Hello, I've been using Magit in Emacs for a couple years now, and I can say that it is _the_ way to do it from Emacs. If I had been...