JDRiverRun

joined 1 year ago
[–] [email protected] 1 points 1 year ago

There are a variety of "self-quoting" constructs in elisp (including all :keywords!).

(eq (quote nil) nil) ; ==> t  
(eq (quote t) t) ; ==> t  
(eq (quote :some-keyword) :some-keyword) ; ==> t
[–] [email protected] 1 points 1 year ago

Outline mode works well for this. I use my own small outli package to set this up automatically with nice formatting and “speed key” access at the beginning of headlines. Tab to fold.