Hacker News new | ask | show | jobs
by stevekemp 3063 days ago
If you enjoy this style of literate documentation, then you might enjoy my personal Emacs configuration too (it is smaller). The following should be placed in ~/.emacs/init.el:

https://github.com/skx/dotfiles/blob/master/.emacs.d/init.el

That reads and parses the following Markdown file, which contains documentation for humans and indented code-blocks which are executed by Emacs:

https://github.com/skx/dotfiles/blob/master/.emacs.d/init.md

1 comments

Thanks! I'm probably more interested in just reading the documented .emacs-en of people who've had the good sense to write down what they were doing. Sadly, no amount of clever automation is going to travel back in time and document and explain the half-zillion lines of inscrutable poop I have put in my c-mode config over the years.