Explore >> Select a destination


You are here

ag91.github.io
| | www.n16f.net
17.0 parsecs away

Travel
| | The SLIME Emacs package for Common Lisp supports cross-referencing: one can list all references pointing to a symbol, move through this list and jump to the source code of each reference. Removing automatic reference jumps While cross-referencing is very useful, the default configuration is frustrating: moving through the list in the Emacs buffer triggers the jump to the reference under the cursor. If you are interested in a reference in the middle of the list, you will have to move to it, opening multip...
| | takeonrules.com
17.5 parsecs away

Travel
| | I've been using the Mastodon package. Its great but I find the timeline visually overwhelming. So I did a bit of hacking so that I could leverage the Logos package to narrow the timeline to one toot at a time. And here's the Emacs code: (add-to-list 'logos-outline-regexp-alist (mastodon-mode . "^??")) (defun jf/mastodon-tl-insert-status (&rest args) "Prepend an elephant emojii to each toot. ARGS are passed to the wrapped function." (insert "?? · · · · · · ·")) (advice-add 'mastodon-tl-insert-status :befo...
| | vxlabs.com
22.8 parsecs away

Travel
| | Recently, as I replaced more of my Emacs-helm configuration with counsel and ivy, I noticed that ivy-switch-buffer, when augmented by ivy-rich, was not showing the directories of the buffers it was listing. After some Lisp spelunking, I discovered that it was because ivy-rich relies on the presence of either the projectile package, something I do not wish to have in my Emacs configuration, or on project.el, which I also do not use. In this post, I show how you can get full buffer filenames and project na...
| | nalanj.dev
107.0 parsecs away

Travel
| Alan Johnson's Personal Site