summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* [emacs] let's see if magit works fine now.Franck Cuny2015-11-151-6/+7
|
* [emacs] let's use `exec-path-from-shell`Franck Cuny2015-11-151-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] melpa is over HTTPS now.Franck Cuny2015-11-151-1/+1
|
* [emacs] rename the configuration file for go.Franck Cuny2015-11-151-0/+4
|
* [emacs] delete unused file.Franck Cuny2015-11-151-173/+0
|
* [emacs] add company modeFranck Cuny2015-11-101-0/+6
|
* [emacs] remove configuration for windowed mode.Franck Cuny2015-11-101-10/+0
| | | | I only use emacs in a terminal.
* [emacs] remove the theme leuven.Franck Cuny2015-11-101-5/+0
|
* [emacs] remove the exec-path-from-shell package.Franck Cuny2015-11-103-9/+5
| | | | Move the configuration to start the emacs server into a seperate file.
* [emacs] disable magit and vcs mode.Franck Cuny2015-11-061-6/+7
| | | | When this modes are activated with source, everything is slooooww.
* [emacs] stop using the package 'exec-path-from-shell'Franck Cuny2015-11-061-4/+0
| | | | Since I only use emacs in text mode, I don't need this package.
* Delete emacs configuration for org-modeFranck Cuny2015-11-061-29/+0
|
* [emacs] load shell environmentFranck Cuny2015-09-171-0/+4
|
* [tmux] show status barFranck Cuny2015-09-161-0/+1
|
* [emacs] split config in different files.Franck Cuny2015-09-1620-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.
* [bash] editor (again)Franck Cuny2015-09-041-1/+3
|
* [gitconfig] add alias for `wip`.Franck Cuny2015-09-041-0/+1
|
* [emacs] some cleanup.Franck Cuny2015-09-041-14/+1
|
* [bash] yeah ..Franck Cuny2015-08-191-1/+1
|
* [vim] various small fixesFranck Cuny2015-08-191-2/+5
|
* [emacs] don't highlight the code.Franck Cuny2015-08-171-5/+4
|
* [tmux] remove custom colorsFranck Cuny2015-08-171-3/+0
|
* [bash] set the TERM to xterm-256colorFranck Cuny2015-08-171-0/+1
|
* [emacs] delete init.el~Franck Cuny2015-08-162-47/+1
|
* [emacs] Add custom checker for Python.Franck Cuny2015-08-161-2/+17
| | | | Use `dist.pex` on Python code.
* [emacs] Disable "fill-column-indicator".Franck Cuny2015-08-161-11/+0
|
* [emacs] Add a page for 'ag'.Franck Cuny2015-08-161-0/+4
|
* [bash] add a new alias for git and change EDITOR.Franck Cuny2015-08-161-1/+2
|
* [vim] delete auto-pair for vim.Franck Cuny2015-08-161-537/+0
|
* [vim] add autopairFranck Cuny2015-08-061-0/+537
|
* [bash] new alias to set my git info.Franck Cuny2015-07-291-0/+5
|
* [vim] add a couple of plugins.Franck Cuny2015-07-283-0/+825
| | | | Add plugins for ag and surround.
* [bash] update PS1.Franck Cuny2015-07-281-1/+1
| | | | Display the current directory only.
* [bash] editorFranck Cuny2015-07-251-3/+1
|
* [vim] add plugin for golangFranck Cuny2015-07-254-0/+458
|
* [vim] misc stuffFranck Cuny2015-07-251-1/+4
|
* [tmux] enable statusFranck Cuny2015-07-251-0/+3
|
* [tmux] enable status line.Franck Cuny2015-07-231-1/+0
|
* [emacs] install and use github-browse-file packageFranck Cuny2015-07-231-0/+4
|
* [emacs] set the fci-rule-color to red.Franck Cuny2015-07-231-1/+1
|
* [emacs] remove orgmode's elpa repo.Franck Cuny2015-07-231-2/+1
|
* [emacs] fix a comment in the config.Franck Cuny2015-07-231-1/+1
|
* [emacs] add midnight to clean up buffers.Franck Cuny2015-07-221-0/+2
|
* [aspell] add dictionary.Franck Cuny2015-07-212-0/+16
|
* [emacs] update some of the package configurationFranck Cuny2015-07-211-14/+18
|
* [emacs] configure fci to highlight column 100.Franck Cuny2015-07-211-1/+1
|
* [bash] fix alias for emacs.Franck Cuny2015-07-211-1/+1
| | | | Typo in the alternative editor in emacsclient.
* [emacs] a few fixes for emacs.Franck Cuny2015-07-211-0/+15
| | | | | Add configuration for flyspell. Update mode for python (so that it reads aurora files correctly), and mustache (for alerts).
* [tmux] remove some bindings, use default instead.Franck Cuny2015-07-191-4/+0
|
* [emacs] fix configuration for fciFranck Cuny2015-07-181-0/+1
|
* [emacs] disable flycheck on eldoc.Franck Cuny2015-07-181-4/+2
|
* [emacs] remove a packageFranck Cuny2015-07-181-3/+0
|
* [bash] remove some aliasesFranck Cuny2015-07-181-2/+0
|
* [tmux] drop a few things.Franck Cuny2015-07-181-19/+3
|
* [bash] update $EDITOR.Franck Cuny2015-07-181-2/+2
|
* [emacs] add more things for emacsFranck Cuny2015-07-183-1/+6
|
* [emacs] add my emacs configurationFranck Cuny2015-07-173-0/+260
|
* [gitconfig] use tab and add a new alias.Franck Cuny2015-07-161-21/+23
| | | | the new alias is for git log (with git l) to show short log info
* Fetch public ssh keys from GitHub.Franck Cuny2015-07-071-1/+1
|
* Use the _correct_ email address.Franck Cuny2015-07-061-1/+1
|
* Update email address.Franck Cuny2015-07-061-1/+1
|
* configuration filesFranck Cuny2015-07-0615-0/+451
|
* create repositoryFranck Cuny2015-07-060-0/+0