Emacs: Literate Configuration
Time tested vanilla approach
- Literate org file to be tangled to generate ~/.emacs.d/early-init.el and ~/.emacs.d/init.el.
- Tastefully combining sections from various sources, such as bedrock, start-emacs and more.
- Imported ideas/blocks from earlier .emacs, and factored them to tangle into early-init.el and init.el.
Keeping it Simple, Specific and Functional KISF
FUNCTION Keys for ergonomics.
- Using function keys preferably in place of vanilla key sequences.
- Great opportunity as function keys were not present in earlier years of Emacs.
SPECIFIC or customised to exactly fit your use
- Know your own use, identify the command key strokes use frequency pattern.
- Develop function key namespace based sequences.
SIMPLE to be understood
- Keeping the number of concepts least to be understood.
- Sticking to orgmode.
Literate Programming Style:
Reference
Emacs from Scratch or Starter kit?