summary refs log tree commit diff
path: root/emacs.d/inits/90_mustache.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-15[emacs] let's use `exec-path-from-shell`Franck Cuny1-0/+5
I'm giving another try to the GUI version of Emacs, and I need `exec-path-from-shell` to get all the required environment variables.
2015-11-15[emacs] melpa is over HTTPS now.Franck Cuny1-1/+1
2015-11-15[emacs] rename the configuration file for go.Franck Cuny1-0/+4
2015-11-15[emacs] delete unused file.Franck Cuny1-173/+0
2015-11-10[emacs] add company modeFranck Cuny1-0/+6
2015-11-10[emacs] remove configuration for windowed mode.Franck Cuny1-10/+0
I only use emacs in a terminal.
2015-11-10[emacs] remove the theme leuven.Franck Cuny1-5/+0
2015-11-10[emacs] remove the exec-path-from-shell package.Franck Cuny3-9/+5
Move the configuration to start the emacs server into a seperate file.
2015-11-06[emacs] disable magit and vcs mode.Franck Cuny1-6/+7
When this modes are activated with source, everything is slooooww.
2015-11-06[emacs] stop using the package 'exec-path-from-shell'Franck Cuny1-4/+0
Since I only use emacs in text mode, I don't need this package.
2015-11-06Delete emacs configuration for org-modeFranck Cuny1-29/+0
2015-09-17[emacs] load shell environmentFranck Cuny1-0/+4
2015-09-16[tmux] show status barFranck Cuny1-0/+1
2015-09-16[emacs] split config in different files.Franck Cuny20-54/+266
Move the configuration for each language and major mode in it's own configuration file. Enable the theme "leuven" if run in windowed mode.
2015-09-04[bash] editor (again)Franck Cuny1-1/+3
2015-09-04[gitconfig] add alias for `wip`.Franck Cuny1-0/+1
2015-09-04[emacs] some cleanup.Franck Cuny1-14/+1
2015-08-19[bash] yeah ..Franck Cuny1-1/+1
2015-08-19[vim] various small fixesFranck Cuny1-2/+5
2015-08-17[emacs] don't highlight the code.Franck Cuny1-5/+4
2015-08-17[tmux] remove custom colorsFranck Cuny1-3/+0
2015-08-17[bash] set the TERM to xterm-256colorFranck Cuny1-0/+1
2015-08-16[emacs] delete init.el~Franck Cuny2-47/+1
2015-08-16[emacs] Add custom checker for Python.Franck Cuny1-2/+17
Use `dist.pex` on Python code.
2015-08-16[emacs] Disable "fill-column-indicator".Franck Cuny1-11/+0
2015-08-16[emacs] Add a page for 'ag'.Franck Cuny1-0/+4
2015-08-16[bash] add a new alias for git and change EDITOR.Franck Cuny1-1/+2
2015-08-16