24 lines
517 B
Markdown
24 lines
517 B
Markdown
.emacs.d
|
|
========
|
|
|
|
My own emacs config
|
|
|
|
What's inside
|
|
-------------
|
|
|
|
* [dockerfile-mode](https://github.com/spotify/dockerfile-mode)
|
|
* [emacs-fish](https://github.com/wwwjfy/emacs-fish)
|
|
* [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)
|
|
* [yaml-mode](https://github.com/yoshiki/yaml-mode)
|
|
|
|
|
|
Update
|
|
------
|
|
|
|
```sh
|
|
cd ~/.emacs.d
|
|
git pull
|
|
git submodule update --init --recursive
|
|
```
|