Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.33 KB

dotemacs

my .emacs.d folder with all of my customizations; should be completely portable (in theory).

Installation

You can do this any way you like; this is the way I like:

git clone https://github.com/gempesaw/dotemacs ~/.emacs.d
git submodule update --init

In Windows, you'll probably want to check out Sacha Chua's helpful guide. When you clone this repo, put it in your %HOME% directory, whatever you make that, since the option of symlinks is slightly less attractive.

dependencies

  • ag: brew install ag
  • makeinfo (ubuntu?): sudo apt-get install texinfo

Information

These configurations currently come from three main places:

  1. Things I like and have gotten used to over the years
  2. Ryan McGeary's Working with OS X and Emacs
  3. Bozhidar's Batsov's emacs-prelude
  4. Magnar Sveen's amazing work over at emacsrocks

I was previously using dmitri's el-get to manage my packges, but have since changed to package.el and MELPA to accomplish this task.