Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjrmanning/emacs-config
My refactored emacs config, using Graphene as a base.
https://github.com/sjrmanning/emacs-config
Last synced: 5 days ago
JSON representation
My refactored emacs config, using Graphene as a base.
- Host: GitHub
- URL: https://github.com/sjrmanning/emacs-config
- Owner: sjrmanning
- Created: 2012-10-19T02:08:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T05:42:09.000Z (over 9 years ago)
- Last Synced: 2023-03-24T03:19:58.397Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 811 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note
This is no longer used, but I’ll keep it here for archival purposes. My new config is located [here](https://github.com/stafu/.emacs.d) - it’s much better, using `use-package`, and no longer has a dependency on graphene.Emacs Config
============A cleaner, saner version of my Emacs setup. Uses [Graphene](https://github.com/rdallasgray/graphene) as a base and uses package management to provide byte-compilation across multiple different systems with no mess.
Setup
-----Clone this repository into your home directory as .emacs.d.
git clone git://github.com/stafu/emacs-config.git ~/.emacs.d
...then run Emacs. On the first run, Emacs will install and compile any packages handled by the package manager. This is checked on each run, so if you want to add a package to install, simply add it to the list in `init-packages.el`, and the next time Emacs runs it will automatically install and compile the new package alone.
Prerequisites
-------------You'll at least need Emacs 24 for package.el and the new color-theme system. This setup is used and tested with 24.2.