Skip to content

Fuco1/.emacs.d

Repository files navigation

.emacs.d Build Status

The pre-git history is at: https://bitbucket.org/Fuco/.emacs.d/

Installation

First, install cask

curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python

Then from .emacs.d directory run

cask install
make

This should get you reasonably close to a runnable installation.

Layout

  • etc: extra configuration files (not elisp)
  • files: configuration for various packages (elisp)
  • projects: directory with git submodules of the packages I maintain (I live on the bleeding edge :)
  • site-lisp: extra elisp functions not yet bundled in a package
  • tests: unit/integration tests for changes my configuration makes
  • themes: holds my theme (modified tango)

Tests

Emacs configuration is a program so it deserves to be tested. Show some love to your config and add tests!

About

My emacs config

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages