Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] fix docstring for flycheck | Franck Cuny | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | [emacs] Import TMPDIR from the environment | Franck Cuny | 2015-12-01 | 1 | -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. | ||||
* | [emacs] add smart-mode-line | Franck Cuny | 2015-11-20 | 1 | -0/+8 |
| | |||||
* | [emacs] add tooltips for flycheck. | Franck Cuny | 2015-11-20 | 1 | -0/+8 |
| | |||||
* | [emacs] enable flyspell again. | Franck Cuny | 2015-11-19 | 1 | -9/+9 |
| | | | | closes #11. | ||||
* | [emacs] add company-mode for golang. | Franck Cuny | 2015-11-18 | 1 | -5/+9 |
| | |||||
* | [emacs] use leuven for the theme. | Franck Cuny | 2015-11-18 | 1 | -1/+18 |
| | |||||
* | [emacs] Add `helm`. | Franck Cuny | 2015-11-15 | 1 | -0/+5 |
| | |||||
* | [emacs] Add column number to mode-line. | Franck Cuny | 2015-11-15 | 1 | -3/+2 |
| | |||||
* | [emacs] Add function's name to mode-line. | Franck Cuny | 2015-11-15 | 1 | -0/+4 |
| | |||||
* | [emacs] enable `helm-projectile`. | Franck Cuny | 2015-11-15 | 1 | -0/+5 |
| | | | | Now that I'm using `helm`, let's also install `helm-projectile`. | ||||
* | [emacs] let's see if magit works fine now. | Franck Cuny | 2015-11-15 | 1 | -6/+7 |
| | |||||
* | [emacs] let's use `exec-path-from-shell` | Franck Cuny | 2015-11-15 | 1 | -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. | ||||
* | [emacs] rename the configuration file for go. | Franck Cuny | 2015-11-15 | 1 | -0/+4 |
| | |||||
* | [emacs] add company mode | Franck Cuny | 2015-11-10 | 1 | -0/+6 |
| | |||||
* | [emacs] remove configuration for windowed mode. | Franck Cuny | 2015-11-10 | 1 | -10/+0 |
| | | | | I only use emacs in a terminal. | ||||
* | [emacs] remove the theme leuven. | Franck Cuny | 2015-11-10 | 1 | -5/+0 |
| | |||||
* | [emacs] remove the exec-path-from-shell package. | Franck Cuny | 2015-11-10 | 2 | -4/+5 |
| | | | | Move the configuration to start the emacs server into a seperate file. | ||||
* | [emacs] disable magit and vcs mode. | Franck Cuny | 2015-11-06 | 1 | -6/+7 |
| | | | | When this modes are activated with source, everything is slooooww. | ||||
* | [emacs] stop using the package 'exec-path-from-shell' | Franck Cuny | 2015-11-06 | 1 | -4/+0 |
| | | | | Since I only use emacs in text mode, I don't need this package. | ||||
* | Delete emacs configuration for org-mode | Franck Cuny | 2015-11-06 | 1 | -29/+0 |
| | |||||
* | [emacs] load shell environment | Franck Cuny | 2015-09-17 | 1 | -0/+4 |
| | |||||
* | [emacs] split config in different files. | Franck Cuny | 2015-09-16 | 18 | -0/+234 |
Move the configuration for each language and major mode in it's own configuration file. Enable the theme "leuven" if run in windowed mode. |