Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bbatsov/emacs.d

My personal Emacs configuration
https://github.com/bbatsov/emacs.d

Last synced: 2 months ago
JSON representation

My personal Emacs configuration

Awesome Lists containing this project

README

        

## Bozhidar's Emacs config

This repo contains my personal Emacs configuration. I don't advise
people to use it directly and I won't be accepting pull requests
(after all that's my config, right?).

I'm putting it here mostly as a source of inspiration. :-)

In the unlikely event that you'd like to use my setup directly you can do so like this:

``` shellsession
$ ln -s ~/projects/emacs.d/init.el .emacs.d/init.el
```

The above assumes you've cloned the repo under `~/projects`.

If you're looking for a nice (and way better structured) setup, check out
my [Prelude](https://github.com/bbatsov/prelude) project.