Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ainame/emacs-d
my emacs configuration
https://github.com/ainame/emacs-d
Last synced: 2 days ago
JSON representation
my emacs configuration
- Host: GitHub
- URL: https://github.com/ainame/emacs-d
- Owner: ainame
- Created: 2013-10-21T14:54:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T03:26:38.000Z (over 8 years ago)
- Last Synced: 2024-11-22T18:49:22.708Z (2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 77.1 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emacs-d
emacs-d is a pacakage of configuration files and utility rake tasks for me.[![Build Status](https://travis-ci.org/ainame/emacs-d.png?branch=master)](https://travis-ci.org/ainame/emacs-d)
## usage
```sh
$ rake # execute :clean and :compile task
$ rake copy # copy ~/.emacs.d into `pwd`/old
$ rake new # create symbolic link to `pwd`/src
$ rake old # you can revert src settings
$ rake compile # compile conf files
$ rake clean # remove compiled conf files
$ rake gen_readme # generate README.md from pacakge list
$ rake test # run tests for .emacs.d
$ rake install # link to ~/.emacs.d, build and test
```## using extensions
These extensions will sync to remote repos by el-get.* cl-lib ;; cl-lib load at first to compile other pacakges
* ace-jump-mode
* anything
* anything-c-moccur
* anything-git-files
* anything-startup
* auto-async-byte-compile
* auto-complete
* auto-install
* browse-kill-ring
* bundler
* coffee-mode
* cperl-mode
* dash
* eldoc
* eldoc-extension
* expand-region
* flymake-jshint
* flymake-cursor
* flymake-easy
* fuzzy
* gist
* git-gutter
* git-modes
* grep-edit
* inf-ruby
* js3-mode
* key-combo
* magit
* markdown-mode
* migemo
* motion-mode
* multiple-cursors
* paredit
* perlbrew
* popup
* popwin
* pos-tip
* quickrun
* rainbow-mode
* ruby-mode
* slim-mode
* smart-newline
* smartparens
* term+
* term+mux
* undo-tree
* yaml-mode
* yasnippetLastModified: 2014-02-10 04:39:12 +0900