https://github.com/bbatsov/emacs.d
My personal Emacs configuration
https://github.com/bbatsov/emacs.d
Last synced: 3 months ago
JSON representation
My personal Emacs configuration
- Host: GitHub
- URL: https://github.com/bbatsov/emacs.d
- Owner: bbatsov
- Created: 2016-01-26T17:02:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T14:00:25.000Z (3 months ago)
- Last Synced: 2025-04-02T15:21:27.624Z (3 months ago)
- Language: Emacs Lisp
- Size: 108 KB
- Stars: 217
- Watchers: 18
- Forks: 54
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.