Skip to content

My personal .emacs customizations, credit to @erictzeng for the idea of version controlling it!

Notifications You must be signed in to change notification settings

seshness/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here lies my Emacs configuration: settings, helpers, fancy functions, etc.

To be able to manage them sanely, I long ago deleted my .emacs file and chose to use a .emacs.d folder instead. Emacs looks inside ~/.emacs.d for init.el, which I use somewhat like a header file.

Warning: I think I ought to use provide/require instead of load. This rewrite has been pending for a while..

How to use

$ git clone git://github.com/seshness/.emacs.d.git
$ cd .emacs.d
$ git submodule update --init

I've used git submodules in this repository. They're like pointers to other git repos, allowing you to nest one repository inside another.

Credits

This emacs customization set is sourced from many locations, including but not limited to:

About

My personal .emacs customizations, credit to @erictzeng for the idea of version controlling it!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published