https://github.com/Fuco1/.emacs.d
My emacs config
https://github.com/Fuco1/.emacs.d
config configuration emacs emacs-lisp theme
Last synced: 8 months ago
JSON representation
My emacs config
- Host: GitHub
- URL: https://github.com/Fuco1/.emacs.d
- Owner: Fuco1
- License: mit
- Created: 2014-07-01T12:26:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T13:39:30.000Z (about 1 year ago)
- Last Synced: 2024-11-09T17:46:26.486Z (8 months ago)
- Topics: config, configuration, emacs, emacs-lisp, theme
- Language: Emacs Lisp
- Size: 3.5 MB
- Stars: 69
- Watchers: 4
- Forks: 13
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .emacs.d [](https://travis-ci.org/Fuco1/.emacs.d)
The pre-git history is at: https://bitbucket.org/Fuco/.emacs.d/
# Installation
First, install cask
``` shell
curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
```Then from `.emacs.d` directory run
``` shell
cask install
make
```This should get you reasonably close to a runnable installation.
# Layout
* etc: extra configuration files (not elisp)
* files: configuration for various packages (elisp)
* projects: directory with git submodules of the packages I maintain (I live on the bleeding edge :)
* site-lisp: extra elisp functions not yet bundled in a package
* tests: unit/integration tests for changes my configuration makes
* themes: holds my theme (modified tango)# Tests
Emacs configuration **is** a program so it deserves to be tested. Show some love to your config and add tests!