|
|
|
|
|
by travisbhartwell
5768 days ago
|
|
I actually did a huge re-organization of my .emacs file (including moving it to .emacs.d/init.el) a few months ago, dividing it into topic specific configuration files (general, files and buffers, programming, python-config, etc) and have support for loading different configurations depending on which machine I'm on. http://github.com/Nafai77/config/tree/master/HOME/_emacs.d/ One of the next things I'm going to do is explore using el-get. It's always a pain moving to a new machine and having to download and checkout all of the third-party libraries I use. |
|