Skip to content

greenmang0/dotemacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BG's Emacs Setup

A fresh approach to managing my Emacs setup. Still a work in progress.

Philosophy

The main idea behind my new setup is to make it very easy to customize the settings and add new libs.

There is no magic in here.

Directory Structure

Everything is contained in a bunch of directories and .el files. The directory structure is somewhat like this -

~/.emacs.d
    - init.el # the main entry point
    - config # config files for every mode
    - etc # additional file for modes
    - lib # place to put/symlink libs
    - vendor
      - checkouts # place to extract lib tarballs
      - submodules # place to put lib git submodules
    - tmp # temporary stuff

To understand how to add your own library take a look at config/ac.el and the corresponding files in lib and vendor/submodules.

Supported Languages

  • Clojure
  • Contributions welcome!

Acknowledgements

Based on the work of Sam Aaron.

About

My custom Emacs setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%