I’ve committed my latest emacs configuration on my github repo.
This configuration makes use of the el-get package management system.
Along with configuring el-get to manage add on packages, I’ve added configuration files for org-mode, the naquadah theme, org2blog, and a custom binding for magit.
I’m in the process of adding python development tools, and gnus, so stay tuned.
Useful links, props, and details:
- The Magit Cheatsheet is a very comprehensive list of examples for using magit, which is itself a comprehensive git client.
- I am using emacs23, and have not installed elpa, so I check the el-get recipes to make sure they’re not referencing elpa before adding packages.
- I found the solution for configuring el-get in init.el from this post, props go to kindahero.
Post a Comment