2015-07-18 19:34:50 +02:00
|
|
|
.emacs.d
|
|
|
|
========
|
|
|
|
|
|
|
|
My own emacs config
|
|
|
|
|
2015-07-18 20:46:24 +02:00
|
|
|
What's inside
|
|
|
|
-------------
|
2015-07-18 19:34:50 +02:00
|
|
|
|
|
|
|
* [dockerfile-mode](https://github.com/spotify/dockerfile-mode)
|
|
|
|
* [emacs-fish](https://github.com/wwwjfy/emacs-fish)
|
2015-07-18 20:46:24 +02:00
|
|
|
* [go-mode.el](https://github.com/dominikh/go-mode.el)
|
|
|
|
* [linum-plus](https://github.com/emacsmirror/linum-plus)
|
|
|
|
* [markdown-mode](https://github.com/emacsmirror/markdown-mode)
|
2016-01-08 17:02:58 +01:00
|
|
|
* [yaml-mode](https://github.com/yoshiki/yaml-mode)
|
2016-01-08 17:03:58 +01:00
|
|
|
|
|
|
|
|
|
|
|
Update
|
|
|
|
------
|
|
|
|
|
|
|
|
```sh
|
|
|
|
cd ~/.emacs.d
|
|
|
|
git pull
|
|
|
|
git submodule update --init --recursive
|
|
|
|
```
|