Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuco1/.emacs.d
My emacs config
https://github.com/fuco1/.emacs.d
config configuration emacs emacs-lisp theme
Last synced: 5 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T13:39:30.000Z (8 months ago)
- Last Synced: 2025-01-09T22:11:50.142Z (13 days 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 [![Build Status](https://travis-ci.org/Fuco1/.emacs.d.svg?branch=master)](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!