|
|
|
|
|
by __ingrid__
5281 days ago
|
|
I know some emacs users who post their config files on github (myself included). You can do a quick search for "emacs config" and get a lot of results, some better documented than others. See: https://github.com/search?q=emacs+config&type=Everything... I'm not going to post my own because I'm still new (and it is in some serious need of documentation) but here is a link to my friend's configuration, from which I got most of my stuff. His file organization is a bit intimidating at first if you're not used to it (each addon that has more than a few lines of code gets it's own folder), but it's actually great for outsiders reading his config, and it makes it easier to leech just the bits they want of his config. https://github.com/bmac/emacs/tree/4999800dd54975fb5222d30d5... If you're coming from vim though, I'd suggest googling emacs versions of the plugins you already use though. Almost everything of that nature gets ported, whenever I see a plugin I like for editor (x) I can usually find an emacs version in minutes. |
|