Ask HN: Emacs starter kit?
Which one should I use?
https://github.com/technomancy/emacs-starter-kit https://github.com/topfunky/emacs-starter-kit https://github.com/eschulte/emacs-starter-kit
If you can't make an absolute recommendation, could you explain some of the differences so I can decide? It is a bit over my head as I am very new to emacs.
6 comments
[ 3.4 ms ] story [ 26.0 ms ] threadIf you're on debian/ubuntu, the emacs-goodies-el is a good package to grab, as it has a bunch of useful packages including color-themes.
http://www.emacswiki.org/ tends to be fairly helpful to get started, as is the included manual (although its only ~3.5 years after I started using emacs that I'm starting to abandon the arrow keys in favor of the builtin movement chords)
I think as you use emacs, you realize "I really want feature X", then you google for it and find it exists and you're happier for it. After a while you get more comfortable with your .emacs file you start adding your own keybindings, macros, etc.
I use technomancy's, I'd assume the differences are negligible and great changes make their way back to technomancy.
I use the topfunky fork. These starterkits contain instructions on how to add more modes so just choose something that has most you want and the rest :)
Welcome to emacs.
So your .emacs becomes an org file with all the goodness, organisation and layout friendliness that implies. No need to split all your settings and elisp stuff across different files to keep it tidy - just stick them under another bullet!