Skip Navigation
protesilaos.com Standard themes for GNU Emacs

Like the default theme but more consistent.

0
www.masteringemacs.org Tree Sitter and the Complications of Parsing Languages

I talk about tree sitter, CEDET, and Combobulate -- my "paredit-style" package that's designed to work with most programming languages.

0
github.com Release 0.6.0 · susam/devil

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...

1
www.masteringemacs.org Combobulate: Editing and Searching with the new Query Builder

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.

0
magnus.therning.org general.el and two ways to define keybindings

A short description of the two ways I'm using to define keybindings with general.el.

0
forum.ulisp.com An ARM assembler written in Lisp

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...

0
0
github.com GitHub - ak-coram/cl-trivial-clock: Common Lisp library to get accurate wall-clock times on multiple platforms

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

0
michal.sapka.me Managing email with Notmuch and Emacs

My email based workflow for GitHub Pull Review Requests

0
github.com GitHub - mmontone/slime-critic: SLIME extension for Lisp Critic

SLIME extension for Lisp Critic. Contribute to mmontone/slime-critic development by creating an account on GitHub.

0
github.com GitHub - susam/emfy: Tiny init.el for beginners to quickly set up vanilla Emacs

Tiny init.el for beginners to quickly set up vanilla Emacs - GitHub - susam/emfy: Tiny init.el for beginners to quickly set up vanilla Emacs

0
wasamasa.itch.io XCB Boomshine by wasamasa

Try to trigger as big of a chain reaction as possible

0
karthinks.com Persistent prefix keymaps in Emacs

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...

0