Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-11-15 | [emacs] Add function's name to mode-line. | Franck Cuny | 1 | -0/+4 | |
2015-11-15 | [emacs] enable `helm-projectile`. | Franck Cuny | 1 | -0/+5 | |
Now that I'm using `helm`, let's also install `helm-projectile`. | |||||
2015-11-15 | [emacs] let's see if magit works fine now. | Franck Cuny | 1 | -6/+7 | |
2015-11-15 | [emacs] let's use `exec-path-from-shell` | Franck Cuny | 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. | |||||
2015-11-15 | [emacs] melpa is over HTTPS now. | Franck Cuny | 1 | -1/+1 | |
2015-11-15 | [emacs] rename the configuration file for go. | Franck Cuny | 1 | -0/+4 | |
2015-11-15 | [emacs] delete unused file. | Franck Cuny | 1 | -173/+0 | |
2015-11-10 | [emacs] add company mode | Franck Cuny | 1 | -0/+6 | |
2015-11-10 | [emacs] remove configuration for windowed mode. | Franck Cuny | 1 | -10/+0 | |
I only use emacs in a terminal. | |||||
2015-11-10 | [emacs] remove the theme leuven. | Franck Cuny | 1 | -5/+0 | |
2015-11-10 | [emacs] remove the exec-path-from-shell package. | Franck Cuny | 3 | -9/+5 | |
Move the configuration to start the emacs server into a seperate file. | |||||
2015-11-06 | [emacs] disable magit and vcs mode. | Franck Cuny | 1 | -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 Cuny | 1 | -4/+0 | |
Since I only use emacs in text mode, I don't need this package. | |||||
2015-11-06 | Delete emacs configuration for org-mode | Franck Cuny | 1 | -29/+0 | |
2015-09-17 | [emacs] load shell environment | Franck Cuny | 1 | -0/+4 | |
2015-09-16 | [tmux] show status bar | Franck Cuny | 1 | -0/+1 | |
2015-09-16 | [emacs] split config in different files. | Franck Cuny | 20 | -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 Cuny | 1 | -1/+3 | |
2015-09-04 | [gitconfig] add alias for `wip`. | Franck Cuny | 1 | -0/+1 | |
2015-09-04 | [emacs] some cleanup. | Franck Cuny | 1 | -14/+1 | |
2015-08-19 | [bash] yeah .. | Franck Cuny | 1 | -1/+1 | |
2015-08-19 | [vim] various small fixes | Franck Cuny | 1 | -2/+5 | |
2015-08-17 | [emacs] don't highlight the code. | Franck Cuny | 1 | -5/+4 | |
2015-08-17 | [tmux] remove custom colors | Franck Cuny | 1 | -3/+0 | |
2015-08-17 | [bash] set the TERM to xterm-256color | Franck Cuny | 1 | -0/+1 | |
2015-08-16 | [emacs] delete init.el~ | Franck Cuny | 2 | -47/+1 | |
2015-08-16 | [emacs] Add custom checker for Python. | Franck Cuny | 1 | -2/+17 | |
Use `dist.pex` on Python code. | |||||
2015-08-16 | [emacs] Disable "fill-column-indicator". | Franck Cuny | 1 | -11/+0 | |