I talk about tree sitter, CEDET, and Combobulate -- my "paredit-style" package that's designed to work with most programming languages.
Devil is an Emacs minor mode that intercepts and translates keystrokes to provide a modifier-free editing experience in a non-modal manner. See https://susam.github.io/devil/ to learn more about it...
Combobulate's gained the ability to build tree-sitter queries interactively, complete with highlighting and code completion. With the query builder you can now use it to pass queries to Combobulate's multiple cursors editing facility, or create ad hoc highlighters and Xref searches.
A short description of the two ways I'm using to define keybindings with general.el.
You can write machine-code functions in uLisp with the help of the ARM assembler written in Lisp, and I’ve recently updated it to make it more compact. It will now fit on a board with about 2000 objects of workspace, with room to spare to write assembler programs and run them. This post describes h...
Common Lisp library to get accurate wall-clock times on multiple platforms - GitHub - ak-coram/cl-trivial-clock: Common Lisp library to get accurate wall-clock times on multiple platforms
My email based workflow for GitHub Pull Review Requests
SLIME extension for Lisp Critic. Contribute to mmontone/slime-critic development by creating an account on GitHub.
A dark and sleek Emacs setup for general purpose editing and programming - GitHub - susam/emfy: A dark and sleek Emacs setup for general purpose editing and programming
Or: Further Musings on the Tedium of Long Key-Chords. In the past I’ve covered various bespoke approaches to the problem of repeating long key sequences: Transient, Hydra, repeat-mode (and repeat-mode’s helpers) require progressively less forethought and custom elisp chops to set up. Today we contin...