Emacs Lisp: Advice Combinators
[Sat Jun 18, 2022]
My diagrammatic take on summarizing all the Emacs advice combinators.
My diagrammatic take on summarizing all the Emacs advice combinators.
How to define a custom org-global-cycle
-like command that collapses
only the Org subtrees with specific properties.
Using the :around
advice to prevent messages from being displayed in
the echo area or the ∗Messages∗ buffer.
I ventured out to start writing about a 100+ line Emacs Lisp snippet in my config, and then I thought — Wouldn’t it be nice if I can quickly split out that huge snippet into smaller Org Src blocks?
And so this blog post happened.