Overdr0ne

Results 8 issues of Overdr0ne

This took me a little while to figure out so I thought others might benefit. I like ibuffer for its ability to create really expressive, chainable filters. Projectile also has...

Hey, I wanted a background theme for your package, but tweaking the available lightens and desaturations parameters, it was just way too obtrusive, so I hacked around on it a...

Added parens-fn to allow customization of parenthesis highlighting, just like strings-fn and comments-fn.

From my commit: The face-attribute documentation says: To ensure that the return value is always specified and absolute, use a value of default for INHERIT; this will resolve any unspecified...

I hit a nasty bug here because my foreground was unspecified when prism-comments-fn was called. I tried to follow the example of ‘color-values’ to decide how to handle that generally...

If I try to insert a child on a leaf node, from a list zipper, treepy throws an error: "Called children on a leaf node", e.g. ``` (let* ((l '())...

Internal links allow users to link directly to sections within a document. These types of links are supported by most markdown parsers, and are part of the standard url format:...

I was profiling some sluggishness and was surprised to see a hywiki function show up: ``` 31 42% + command-execute 15 20% + redisplay_internal (C function) 14 19% + timer-event-handler...