public
Description: My Emacs configuration files
Homepage: http://www.nileshk.com/taxonomy/term/18
Clone URL: git://github.com/nileshk/emacs.git
nileshk (author)
Wed Nov 04 20:45:58 -0800 2009
commit  4f9e9f848393c2fea45d81782df92f02b816c84c
tree    40fcfc2e544f6732f5d708eb7fcbfb6fe0b37490
parent  1425a63aa97f3c7b011be796152f88bd705f1683 parent  4158981fca047e4c5c8283a3792557fe59b7671f
emacs /
name age message
file .gitignore Mon Oct 05 05:19:09 -0700 2009 Added various things that were not in repository [nileshk]
file README.markdown Tue Oct 20 06:19:34 -0700 2009 Updated README to description init and update s... [nileshk]
file init Mon Oct 05 05:31:54 -0700 2009 Created an "update" script (which init script c... [nileshk]
directory nileshk/ Loading commit data...
directory snippets/
file startup.el
directory support/ Mon Oct 05 05:19:09 -0700 2009 Added various things that were not in repository [nileshk]
file update Mon Oct 05 15:04:56 -0700 2009 Changes related to desktop [nil]
directory vendor/
README.markdown

Emacs Configuration

Description

This is my Emacs configuration files (currently only a subset of them). This configuration is fairly personalized, so I wouldn't recommend it as a drop-in set of configuration files. But some of the modes and functions might be useful, and the actual configuration may be useful as an example.

Organization

  • startup.el - The main configuration file which I load from my .emacs
  • /nileshk - This folder contains modes, functions, etc that I have mostly written myself or 3rd party packages which I have modified
  • /snippets - YASnippet template files
  • /support - Misc scripts and other files that support Emacs config
  • /vendor - This folder contains unmodified 3rd party packages

Setup

  • init - bash script for initializing dependencies (fetching files needed)
  • update - bash script for updating dependencies (fetching files needed)