Skip to content

Peaker/chrisdone-emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs configuration

Dependencies

The configuration depends on emacs 24.3 or newer.

To use

$ git submodule init
$ git submodule update
$ cd packages/haskell-mode; make
$ cd packages/structured-haskell-mode; cabal install
$ cabal install hasktags
$ git clone https://github.com/bennofs/hdevtools.git && cd hdevtools && cabal install

Use without affecting existing Emacs configuration

This is perfect for the “just looking” use-case.

$ emacs -Q -l init.el

Use by modifying .emacs

Put only this in your .emacs

(load "/path-to/chrisdone-emacs/init.el")

and run Emacs as normal.

Use by checking out as ~/.emacs.d/

Check out this project or symlink it as ~/.emacs.d/ and then run Emacs as normal.

About

My Emacs configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%