summary refs log tree commit diff
path: root/emacs.d/inits/90_yaml.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-01[emacs] Add bindings for smart-parens.Franck Cuny1-1/+24
This binding will help to navigate across expressions.
2015-12-01[emacs] fix docstring for flycheckFranck Cuny1-1/+1
2015-12-01[emacs] Import TMPDIR from the environmentFranck Cuny1-1/+2
This is needed so that the daemon create the socket in the correct location, and spawning a client from the shell does not start a new emacs daemon.
2015-11-29Add a few aliases to bash.Franck Cuny1-1/+20
Some aliases to navigate to different repositories or directories, and a function to run `puppet` on a list of hosts.
2015-11-20[emacs] add smart-mode-lineFranck Cuny1-0/+8
2015-11-20[emacs] add tooltips for flycheck.Franck Cuny1-0/+8
2015-11-20[git] update gitignoreFranck Cuny1-0/+4
Ignore the '.dir-locals.el' files.
2015-11-19[emacs] enable flyspell again.Franck Cuny1-9/+9
closes #11.
2015-11-18[emacs] add company-mode for golang.Franck Cuny1-5/+9
2015-11-18