Skip to content

nunb/dotemacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

To install on a mac:

  1. Download and Install emacs for osx.

  1. Clone the repo into ~/.emacs.d:

by copy and pasting the following into your terminal:

cd ~;
mv .emacs.d emacs.d_pre_escherize;
git clone git@github.com:escherize/dotemacs.git .emacs.d;
  1. Start emacs.

  • Ignore any errors
  • El-get will install itself
  • Once it's and installed, emacs will tell you that el-get is ready to serve.
  1. Restart emacs

el-get will now download compile and install all the recipes in init.el

It should take a few minutes to download (mostly git clone tags), and compile. Once this is done you're ready to go!

About

A customized emacs using el-get for clojure production code.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 100.0%