Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mookerji/baggage-emacs
Personal Emacs configuration
https://github.com/mookerji/baggage-emacs
Last synced: about 1 month ago
JSON representation
Personal Emacs configuration
- Host: GitHub
- URL: https://github.com/mookerji/baggage-emacs
- Owner: mookerji
- Created: 2013-10-21T22:12:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T17:24:32.000Z (4 months ago)
- Last Synced: 2024-09-07T18:44:06.461Z (4 months ago)
- Language: C
- Homepage:
- Size: 31.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Personal Emacs Configuration
To setup:
```
$ mkdir -p ~/.emacs.d/
$ cd ~/.emacs.d/
$ git clone [email protected]:mookerji/baggage-emacs.git .
```In `~/.emacs`:
```
(require 'package)
(package-initialize)
(load "~/.emacs.d/init.el")
```Prerequisites:
- [Inconsolata](https://fonts.google.com/specimen/Inconsolata)
NOTES:
- Tested with [Emacs for OSX](https://emacsformacosx.com/).