8000 GitHub - bbrowning/emacs: My emacs configuration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bbrowning/emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My emacs configuration

Please note that much of this is cribbed straight from Chris Wanstrath's config at http://github.com/defunkt/emacs, with pieces from Jim Weirich's configuration as well: http://github.com/jimweirich/emacs-setup/.

Clone this repo into ~/.emacs.d then:

cd ~/.emacs.d/
touch config/custom.el
git submodule init
git submodule update

Finally, create a file called ~/.emacs and place the following line in it:

(load "~/.emacs.d/init.el")

You can put local configurations in config/custom.el. Any passwords should go in ~/.emacs.d/.passwords. Both of these files are ignored by Git.

About

My emacs configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 58.2%
  • Emacs Lisp 30.3%
  • HTML 11.3%
  • Roff 0.2%
0