Create new, a little bit better structured configuration
* Group configuration by package, and only then by language mode * Slim down all the languages
This commit is contained in:
parent
4d5f300113
commit
1a911716c0
38 changed files with 513 additions and 18 deletions
38
README.md
38
README.md
|
|
@ -1,38 +0,0 @@
|
|||
# My emacs config
|
||||
|
||||
Contains config I use for the following languages/modes:
|
||||
|
||||
* Elixir
|
||||
* Ruby
|
||||
* Rust
|
||||
* HTML and compatibile (ERB)
|
||||
* Markdown
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
git clone git@github.com:maciej-szlosarczyk/emacs.git ~/.emacs.d
|
||||
ln -s ~/.emacs.d/emacs ~/.emacs
|
||||
```
|
||||
|
||||
## Selected packages
|
||||
|
||||
The following packages are included or required:
|
||||
|
||||
* Evil
|
||||
* Magit
|
||||
* Helm
|
||||
* Projectile
|
||||
* Company
|
||||
* Yasnippet
|
||||
* Column Enforce Mode
|
||||
* Ag
|
||||
|
||||
## Compatibility notes
|
||||
|
||||
Tested on MacOS, requires additional packages such as ag (`the_silver_searcher`).
|
||||
|
||||
## TODO
|
||||
|
||||
1. Add and configure multiterm
|
||||
* Add `multi-term-mode-hook` for trailing whitespace.
|
||||
Loading…
Add table
Add a link
Reference in a new issue