Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdlm/emacs.d
Emacs configuration files
https://github.com/cdlm/emacs.d
Last synced: 4 days ago
JSON representation
Emacs configuration files
- Host: GitHub
- URL: https://github.com/cdlm/emacs.d
- Owner: cdlm
- Created: 2014-09-10T17:20:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T12:54:44.000Z (over 9 years ago)
- Last Synced: 2024-12-18T21:36:16.619Z (23 days ago)
- Language: Emacs Lisp
- Homepage:
- Size: 422 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# My Emacs config
This is an Emacs 24 setup based on [Cask](https://github.com/cask/cask).
## Bootstrap
brew install cask
cd ~/.emacs.d
cask installFor packages loaded from a local working copy instead of their elpa
release, link them into cask; this is necessary after a major upgrade
of emacs (e.g. 24.4 to 24.5):cask link vitamined-mode-line ./lisp-devel/vitamined-mode-line
After these steps, everything should be OK.