summary refs log tree commit diff
path: root/configs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [tmux] Small change to binding + fix terminalFranck Cuny2018-11-181-4/+5
| | | | At this point we can use xterm instead of screen.
* [bash] Add '#' at the beginning of the promptFranck Cuny2018-11-181-6/+2
| | | | | | | To avoid pasting by accident the same line, add a '#' at the beginning of the prompt. Cleanup.
* [tmux] Add comments and don't display status.Franck Cuny2018-11-171-0/+10
|
* [emacs] Some update for flycheck and go.Franck Cuny2018-10-221-14/+15
|
* [emacs] Don't import ruby stuff in the pathFranck Cuny2018-10-221-5/+1
|
* [aspell] Add more wordsFranck Cuny2018-10-221-2/+3
|
* [emacs] Further simplifications.Franck Cuny2018-10-181-12/+15
| | | | | | | - consistently use 'fcuny/' for custom prefixes - add a function to remove | in text (when I need to trim input from MySQL) - do not use ivy completion with magit
* [emacs] A few more simplifications.Franck Cuny2018-10-181-30/+1
|
* [emacs] Remove ivy and switch to idoFranck Cuny2018-10-181-19/+26
|
* [emacs] Simplify UIFranck Cuny2018-10-181-21/+2
| | | | Don't need anything fancy.
* [emacs] Customize appearance.Franck Cuny2018-10-151-92/+69
| | | | | | | | A few tweaks to the default UI: - modeline is blue - highlighted line is blue - transparent title window on OSX - ensure fonts are using antialiasing
* [tmux] Add tmux config backFranck Cuny2018-10-143-1/+22
| | | | Also a global config for `ag`.
* [emacs] add company-modeFranck Cuny2018-10-061-0/+9
| | | | This will require more configuration later.
* [emacs] empty scratch bufferFranck Cuny2018-10-061-0/+1
|
* [bash] remove a few unused thingsFranck Cuny2018-10-041-6/+1
|
* [emacs] Smaller fontFranck Cuny2018-10-041-1/+1
|
* [emacs] Update python configFranck Cuny2018-10-041-1/+2
|
* [emacs] Remove code to manage display.Franck Cuny2018-10-011-60/+10
| | | | | I don't need so many custom code to manage the display. We just want to specify the font size, and how to switch to full screen.
* [emacs] new binding for dired-jumpFranck Cuny2018-09-281-1/+2
|
* [emacs] Add uniquifyFranck Cuny2018-09-281-0/+8
|
* [emacs] Some updates for markdown, counsel, etc.Franck Cuny2018-09-281-10/+13
|
* [emacs] Add flycheck.Franck Cuny2018-09-231-0/+5
|
* [emacs] Small improvement to markdown config.Franck Cuny2018-09-231-1/+5
|
* [emacs] set font size to 15Franck Cuny2018-09-231-1/+1
|
* [emacs] Add support for markdownFranck Cuny2018-09-231-0/+5
|
* [emacs] Groups directories first with dired.Franck Cuny2018-09-231-0/+1
|
* [emacs] Use package 'general' for key bindings.Franck Cuny2018-09-231-4/+5
|
* [emacs] Update configuration for flyspell.Franck Cuny2018-09-221-12/+13
|
* [Emacs] Fix configuration for recentf.Franck Cuny2018-09-221-3/+0
|
* [emacs] a few updates to flyspell configurationFranck Cuny2018-09-221-3/+11
|
* [emacs] group things in the configurationFranck Cuny2018-09-221-57/+72
|
* [emacs] A few misc. updates.Franck Cuny2018-09-211-27/+18
|
* [configs] add some aurora configs.Franck Cuny2018-09-183-0/+70
|
* [emacs] Adding a few modes backFranck Cuny2018-09-151-68/+186
| | | | | | Adding back counsel / projectile, since I actually miss using them. Rewrote some other configs, and added a couple new modules.
* [bash] set editor back to emacsFranck Cuny2018-09-151-1/+1
|
* [vim] ffsFranck Cuny2018-09-098-2668/+2
|
* [vim] disable syntaxFranck Cuny2018-09-091-2/+1
|
* [vim] add more syntax / ftplugin stuffFranck Cuny2018-09-093-0/+3
|
* [tmux] add tmux config backFranck Cuny2018-09-092-1/+56
|
* [bash] set vim for the default editorFranck Cuny2018-09-091-1/+1
|
* Revert "[vim] Guess what."Franck Cuny2018-09-084-2/+2611
| | | | This reverts commit 2f8889f15056a3d02012c98c0eb701ee6fb16a57.
* [emancs] remove projectile and ivyFranck Cuny2018-09-081-64/+0
|
* [emacs] remove eldoc configurationFranck Cuny2018-09-081-4/+0
|
* [emacs] remove magit configurationFranck Cuny2018-09-081-26/+0
|
* [emacs] clean up go configurationFranck Cuny2018-09-081-21/+0
|
* [emacs] remove flycheckFranck Cuny2018-09-081-37/+8
|
* [emacs] remove markdown configurationFranck Cuny2018-09-081-10/+0
|
* [emacs] remove flycheckFranck Cuny2018-09-081-8/+0
|
* [emacs] remove trampFranck Cuny2018-09-081-5/+0
|
* [emacs] remove duplicated package declarationFranck Cuny2018-09-081-4/+0
|
* [bash] Move all aliases to bashrc.Franck Cuny2018-09-053-29/+28
|
* [vim] Guess what.Franck Cuny2018-09-054-2611/+2
|
* [emacs] drop a bunch of useless stuff from the configFranck Cuny2018-09-051-61/+2
| | | | | | | | Remove Python stuff, they don't work well (I don't know how to configure them correctly) and more importantly, I don't care. Remove the linter for puppet (it never works well). Also remove a few unused variables.
* [vim] syntax on and don not show whitespaces for goFranck Cuny2018-09-022-1/+2
|
* [emacs] smaller font (again)Franck Cuny2018-09-021-1/+1
|
* [emacs] set the font size.Franck Cuny2018-08-271-0/+2
|
* [vim] Add vim again. Will give it another try for a week.Franck Cuny2018-08-274-3/+2611
|
* [emacs] merge configurationsFranck Cuny2018-08-197-307/+243
|
* [emacs] Move some more configuration back to init.elFranck Cuny2018-08-123-235/+215
|
* [emacs] Move back some configs to init.elFranck Cuny2018-08-112-72/+71
| | | | | Simplify by moving important variables and functions to the main init file.
* [emacs] Automatically update elpa packages.Franck Cuny2018-08-111-0/+8
|
* [emacs] Set correctly the path for "source".Franck Cuny2018-08-111-1/+1
|
* [emacs] ensure use-package is installed.Franck Cuny2018-08-111-0/+5
| | | | This is needed to bootstrap a new installation.
* Shuffling things around in this repoFranck Cuny2018-08-0517-0/+760