Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [emacs] Import environment variable "GOPATH". | Franck Cuny | 2016-01-03 | 1 | -1/+1 | |
| | | | | Having this variable imported helps flycheck. | |||||
* | [emacs] gofmt on save | Franck Cuny | 2016-01-03 | 1 | -0/+1 | |
| | | | | Closes #8. | |||||
* | [emacs] small UI update | Franck Cuny | 2015-12-29 | 1 | -7/+1 | |
| | | | | | Reduce the font size a little bit and drop plan9-theme (use the default instead). | |||||
* | [emacs] add basic configuration for racket. | Franck Cuny | 2015-12-29 | 1 | -0/+5 | |
| | ||||||
* | [emacs] use a bigger font and plan9 as a theme | Franck Cuny | 2015-12-10 | 1 | -4/+5 | |
| | ||||||
* | [emacs] slightly bigger font. | Franck Cuny | 2015-12-10 | 1 | -1/+1 | |
| | ||||||
* | [emacs] Display time and date in status bar. | Franck Cuny | 2015-12-09 | 1 | -0/+5 | |
| | | | | | When Emacs is running in full screen, I find it convenient to have the date and the time in the status bar, like in `tmux`. | |||||
* | [emacs] Change the font to "Droid Sans Mono" | Franck Cuny | 2015-12-09 | 1 | -1/+1 | |
| | ||||||
* | Add a README. | Franck Cuny | 2015-12-01 | 1 | -0/+43 | |
| | | | | Closes #12 | |||||
* | [emacs] Add bindings for smart-parens. | Franck Cuny | 2015-12-01 | 1 | -1/+24 | |
| | | | | This binding will help to navigate across expressions. | |||||
* | [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. | |||||
* | Add a few aliases to bash. | Franck Cuny | 2015-11-29 | 1 | -1/+20 | |
| | | | | | Some aliases to navigate to different repositories or directories, and a function to run `puppet` on a list of hosts. | |||||
* | [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 | |
| | ||||||
* | [git] update gitignore | Franck Cuny | 2015-11-20 | 1 | -0/+4 | |
| | | | | Ignore the '.dir-locals.el' files. | |||||
* | [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] melpa is over HTTPS now. | Franck Cuny | 2015-11-15 | 1 | -1/+1 | |
| | ||||||
* | [emacs] rename the configuration file for go. | Franck Cuny | 2015-11-15 | 1 | -0/+4 | |
| | ||||||
* | [emacs] delete unused file. | Franck Cuny | 2015-11-15 | 1 | -173/+0 | |
| | ||||||
* | [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 | 3 | -9/+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 | |
| | ||||||
* | [tmux] show status bar | Franck Cuny | 2015-09-16 | 1 | -0/+1 | |
| | ||||||
* | [emacs] split config in different files. | Franck Cuny | 2015-09-16 | 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. | |||||
* | [bash] editor (again) | Franck Cuny | 2015-09-04 | 1 | -1/+3 | |
| | ||||||
* | [gitconfig] add alias for `wip`. | Franck Cuny | 2015-09-04 | 1 | -0/+1 | |
| | ||||||
* | [emacs] some cleanup. | Franck Cuny | 2015-09-04 | 1 | -14/+1 | |
| | ||||||
* | [bash] yeah .. | Franck Cuny | 2015-08-19 | 1 | -1/+1 | |
| | ||||||
* | [vim] various small fixes | Franck Cuny | 2015-08-19 | 1 | -2/+5 | |
| | ||||||
* | [emacs] don't highlight the code. | Franck Cuny | 2015-08-17 | 1 | -5/+4 | |
| | ||||||
* | [tmux] remove custom colors | Franck Cuny | 2015-08-17 | 1 | -3/+0 | |
| | ||||||
* | [bash] set the TERM to xterm-256color | Franck Cuny | 2015-08-17 | 1 | -0/+1 | |
| | ||||||
* | [emacs] delete init.el~ | Franck Cuny | 2015-08-16 | 2 | -47/+1 | |
| | ||||||
* | [emacs] Add custom checker for Python. | Franck Cuny | 2015-08-16 | 1 | -2/+17 | |
| | | | | Use `dist.pex` on Python code. | |||||
* | [emacs] Disable "fill-column-indicator". | Franck Cuny | 2015-08-16 | 1 | -11/+0 | |
| | ||||||
* | [emacs] Add a page for 'ag'. | Franck Cuny | 2015-08-16 | 1 | -0/+4 | |
| | ||||||
* | [bash] add a new alias for git and change EDITOR. | Franck Cuny | 2015-08-16 | 1 | -1/+2 | |
| | ||||||
* | [vim] delete auto-pair for vim. | Franck Cuny | 2015-08-16 | 1 | -537/+0 | |
| | ||||||
* | [vim] add autopair | Franck Cuny | 2015-08-06 | 1 | -0/+537 | |
| | ||||||
* | [bash] new alias to set my git info. | Franck Cuny | 2015-07-29 | 1 | -0/+5 | |
| | ||||||
* | [vim] add a couple of plugins. | Franck Cuny | 2015-07-28 | 3 | -0/+825 | |
| | | | | Add plugins for ag and surround. | |||||
* | [bash] update PS1. | Franck Cuny | 2015-07-28 | 1 | -1/+1 | |
| | | | | Display the current directory only. | |||||
* | [bash] editor | Franck Cuny | 2015-07-25 | 1 | -3/+1 | |
| | ||||||
* | [vim] add plugin for golang | Franck Cuny | 2015-07-25 | 4 | -0/+458 | |
| | ||||||
* | [vim] misc stuff | Franck Cuny | 2015-07-25 | 1 | -1/+4 | |
| | ||||||
* | [tmux] enable status | Franck Cuny | 2015-07-25 | 1 | -0/+3 | |
| | ||||||
* | [tmux] enable status line. | Franck Cuny | 2015-07-23 | 1 | -1/+0 | |
| | ||||||
* | [emacs] install and use github-browse-file package | Franck Cuny | 2015-07-23 | 1 | -0/+4 | |
| | ||||||
* | [emacs] set the fci-rule-color to red. | Franck Cuny | 2015-07-23 | 1 | -1/+1 | |
| | ||||||
* | [emacs] remove orgmode's elpa repo. | Franck Cuny | 2015-07-23 | 1 | -2/+1 | |
| | ||||||
* | [emacs] fix a comment in the config. | Franck Cuny | 2015-07-23 | 1 | -1/+1 | |
| | ||||||
* | [emacs] add midnight to clean up buffers. | Franck Cuny | 2015-07-22 | 1 | -0/+2 | |
| | ||||||
* | [aspell] add dictionary. | Franck Cuny | 2015-07-21 | 2 | -0/+16 | |
| | ||||||
* | [emacs] update some of the package configuration | Franck Cuny | 2015-07-21 | 1 | -14/+18 | |
| | ||||||
* | [emacs] configure fci to highlight column 100. | Franck Cuny | 2015-07-21 | 1 | -1/+1 | |
| | ||||||
* | [bash] fix alias for emacs. | Franck Cuny | 2015-07-21 | 1 | -1/+1 | |
| | | | | Typo in the alternative editor in emacsclient. | |||||
* | [emacs] a few fixes for emacs. | Franck Cuny | 2015-07-21 | 1 | -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 Cuny | 2015-07-19 | 1 | -4/+0 | |
| | ||||||
* | [emacs] fix configuration for fci | Franck Cuny | 2015-07-18 | 1 | -0/+1 | |
| | ||||||
* | [emacs] disable flycheck on eldoc. | Franck Cuny | 2015-07-18 | 1 | -4/+2 | |
| | ||||||
* | [emacs] remove a package | Franck Cuny | 2015-07-18 | 1 | -3/+0 | |
| | ||||||
* | [bash] remove some aliases | Franck Cuny | 2015-07-18 | 1 | -2/+0 | |
| | ||||||
* | [tmux] drop a few things. | Franck Cuny | 2015-07-18 | 1 | -19/+3 | |
| | ||||||
* | [bash] update $EDITOR. | Franck Cuny | 2015-07-18 | 1 | -2/+2 | |
| | ||||||
* | [emacs] add more things for emacs | Franck Cuny | 2015-07-18 | 3 | -1/+6 | |
| | ||||||
* | [emacs] add my emacs configuration | Franck Cuny | 2015-07-17 | 3 | -0/+260 | |
| | ||||||
* | [gitconfig] use tab and add a new alias. | Franck Cuny | 2015-07-16 | 1 | -21/+23 | |
| | | | | the new alias is for git log (with git l) to show short log info | |||||
* | Fetch public ssh keys from GitHub. | Franck Cuny | 2015-07-07 | 1 | -1/+1 | |
| | ||||||
* | Use the _correct_ email address. | Franck Cuny | 2015-07-06 | 1 | -1/+1 | |
| | ||||||
* | Update email address. | Franck Cuny | 2015-07-06 | 1 | -1/+1 | |
| | ||||||
* | configuration files | Franck Cuny | 2015-07-06 | 15 | -0/+451 | |
| | ||||||
* | create repository | Franck Cuny | 2015-07-06 | 0 | -0/+0 | |