summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Move back to `use-package'.Franck Cuny2016-08-044-308/+332
| | | | | | Move some settings out from 'init.el' to make it easier to read. Closes #18, closes #17, closes #7.
* Convert README from markdown to org-mode.Franck Cuny2016-08-041-0/+0
|
* [emacs] Add package 'use-package'.Franck Cuny2016-08-021-0/+8
| | | | Closes #15.
* [emacs] Show trailing white spaceFranck Cuny2016-07-311-0/+3
| | | | Closes #5
* [emacs] cleanup.Franck Cuny2016-07-311-3/+1
| | | | remove commented code.
* [emacs] move around global settings.Franck Cuny2016-07-311-11/+9
| | | | Closes #10
* [emacs] add package gist for emacs.Franck Cuny2016-07-311-0/+3
| | | | | | I want to be able to create/list gists from emacs. Closes #8
* [emacs] aurora files are python code.Franck Cuny2016-07-311-0/+1
| | | | Closes #4
* [tmux] delete configuration for `tmux'.Franck Cuny2016-07-312-13/+1
| | | | | | | I have not used tmux in a while, and I don't see myself using it in a near future, this can be removed. Closes #13
* [emacs] markdown configurationFranck Cuny2016-07-311-4/+3
| | | | | | | Set the default flavor of markdown to GitHub, and use `pandoc` as the default markdown command to render/preview. Closes #14
* [emacs] Set indentation width to 4 for go-mode.Franck Cuny2016-07-281-0/+1
| | | | Closes #11.
* Set the font to Droid Sans MonoFranck Cuny2016-07-271-0/+3
| | | | Closes #9
* [emacs] add midnight mode to clean up buffersFranck Cuny2016-07-251-0/+3
|
* [emacs] set the path to pants correctly.Franck Cuny2016-07-241-1/+1
|
* [emacs] simplify the UI.Franck Cuny2016-07-241-8/+2
| | | | Use default theme/colors/font.
* [emacs] Cleanup go's configurationFranck Cuny2016-07-241-9/+2
| | | | Use go-eldoc to get documentation, and remove some bindings.
* [emacs] Bindings to quickly move between buffersFranck Cuny2016-07-241-0/+2
|
* [emacs] Fix the UIFranck Cuny2016-07-161-4/+4
| | | | | Use DejaVu for the font, and slightly less yellow color for the background.
* [bash] drop alias for docker, and move gcloud SDKFranck Cuny2016-07-161-6/+3
|
* [bash] don't build the PATH blindlyFranck Cuny2016-07-151-9/+18
| | | | | Check if directories / files exist before adding them to the path or sourcing them.
* [git] don't use colors and remove a couple aliasesFranck Cuny2016-07-151-3/+1
|
* [emacs] get back to a smaller font sizeFranck Cuny2016-07-151-1/+1
|
* [emacs] remove "use-package".Franck Cuny2016-07-141-181/+145
| | | | | Stop using the "use-package" module, and rewrite the configuration without it.
* [emacs] nicer colors for background and mode-line.Franck Cuny2016-07-131-3/+3
|
* Delete documentationFranck Cuny2016-07-034-124/+0
|
* Convert README from org to markdown.Franck Cuny2016-07-031-0/+1
|
* [emacs] move everything back to one file for now.Franck Cuny2016-07-0326-576/+347
|
* [bash] clean up a little bit the configurationFranck Cuny2016-07-031-19/+5
|
* [tmux] remove a few options.Franck Cuny2016-07-031-14/+0
|
* [bash] Add a few more aliases.Franck Cuny2016-06-251-2/+7
|
* [bash] don't set GOROOTFranck Cuny2016-06-251-1/+0
|
* [makefile] remove empty lineFranck Cuny2016-06-251-1/+0
|
* [emacs] Add lint for puppet to flycheck.Franck Cuny2016-06-011-0/+2
|
* [emacs] Add support for Docker filesFranck Cuny2016-06-011-0/+7
|
* [emacs] simplify the UIFranck Cuny2016-06-011-11/+12
|
* [emacs] use default bindings for some modesFranck Cuny2016-06-011-22/+1
| | | | Use default for smart-parens and projectile.
* [make] remove bash files from installationFranck Cuny2016-06-011-2/+0
|
* [bash] remove some functions and add aliasesFranck Cuny2016-06-011-47/+23
|
* [bash] delete a couple of filesFranck Cuny2016-06-012-4/+0
|
* [emacs] copy environment variables for RubyFranck Cuny2016-05-251-0/+5
| | | | This is needed to get 'puppet-lint' running correctly.
* [zsh] Remove configuration for zshFranck Cuny2016-05-246-122/+5
| | | | Remove unused documentation and configuration since we're back to bash.
* [emacs] Drop configuration for org-mode.Franck Cuny2016-05-242-50/+0
| | | | I'm not using it.
* [emacs] Change mode line for flycheck.Franck Cuny2016-05-241-0/+19
| | | | Display a unicode symbol to represent the status of the tests.
* [emacs] open magit in full screen.Franck Cuny2016-05-241-1/+16
| | | | | I prefer to have magit in full screen instead of having a new buffer to pop up.
* [emacs] Name of the scala package has changed.Franck Cuny2016-05-246-1/+94
|
* a few more aliasesFranck Cuny2016-05-111-0/+4
|
* [emacs] load term settings.Franck Cuny2016-04-211-0/+1
|
* [zsh] display the last 3 parts of the path.Franck Cuny2016-04-081-1/+1
| | | | It makes it easier to spot where we are.
* [emacs] Add configuration for ansi-termFranck Cuny2016-04-081-0/+93
| | | | | | | Add configuration for ansi-term and use the package 'shell-pop' to pop a terminal. This is binded to 'C-:'. Most of the configuration is coming from 'spacemacs'.
* [zsh] clean up zsh config.Franck Cuny2016-03-235-29/+27
| | | | | Keep as few files as possible, and document the order this files are loaded in OS X.
* [zsh] replace bash with zsh.Franck Cuny2016-03-1212-108/+58
| | | | | | | Add configuration files, delete bash config files, and update documentation. Closes #22 #19
* [emacs] Stop using smart-mode-line.Franck Cuny2016-03-101-8/+15
| | | | Instead set the mode line manually.
* [emacs] reduce the size of the font.Franck Cuny2016-03-101-1/+1
|
* [emacs] Fix settings for 'indent-tabs-mode'.Franck Cuny2016-03-101-2/+3
|
* [emacs] Remove code to support pants.Franck Cuny2016-03-101-63/+10
| | | | This is now in it's own repository.
* [emacs] Rename a couple of functionsFranck Cuny2016-03-102-8/+6
|
* [emacs] Add configuration for scalaFranck Cuny2016-03-091-0/+7
| | | | Closes #17.
* [zsh] Add configuration for zshFranck Cuny2016-03-095-1/+80
| | | | | | Basic configuration to start with zsh. Closes #18.
* [emacs] Twitter's style check report warnings tooFranck Cuny2016-03-091-1/+2
| | | | Add pattern for warnings from Twitter's check style to flycheck.
* [emacs] enable debug for exec-path-from-shellFranck Cuny2016-03-091-0/+1
| | | | | It's helpful to see what's being loaded while trying to figure out why is something not working as expected.
* [emacs] Use unicode symbols for org tasks status.Franck Cuny2016-03-071-2/+8
| | | | | | Instead of using keyworks like 'TODO', 'DOING', let's use some unicode characters to represent the status. Set a different color of each status too.
* [emacs] We need helmFranck Cuny2016-02-261-0/+3
|
* [emacs] Change the font size interactivelyFranck Cuny2016-02-261-0/+1
|
* [emacs] Add binding for org-agenda.Franck Cuny2016-02-261-1/+4
|
* [tmux] small changes to the status lineFranck Cuny2016-02-221-2/+5
|
* [emacs] move functions for pants to it's own fileFranck Cuny2016-02-223-63/+66
|
* [emacs] start to rewrite the code to manage the UIFranck Cuny2016-02-221-2/+18
|
* [emacs] Explain why git is disabled in VC backendFranck Cuny2016-02-221-0/+1
|
* [emacs] Add a binding for ibufferFranck Cuny2016-02-221-1/+1
|
* [emacs] code cleanupFranck Cuny2016-02-222-23/+11
|
* [emacs] a few updates to org configurationFranck Cuny2016-02-221-2/+9
|
* [emacs] load org-mode configurationFranck Cuny2016-02-221-0/+1
|
* [emacs] Fix broken code ...Franck Cuny2016-02-191-3/+3
|
* [emacs] More code related to pantsFranck Cuny2016-02-192-10/+46
| | | | | | | | Rename the function `jump-to-build-file` to `find-build-file`. Add a function to run a target from the build file. This function searches for the BUILD file, and if one is found, will propose a list of targets to run (for now, only the "binary" goal is supported).
* [emacs] Add a function to jump to a BUILD file.Franck Cuny2016-02-192-0/+31
| | | | | | | | When working on code at Twitter, I regularly need to jump to the associated BUILD file. The function `fcuny/jump-to-build-file` open the related BUILD file if it exists in a new buffer. Bind this function to "C-c t" for now.
* [emacs] Fix regexp to set python-mode for auroraFranck Cuny2016-02-171-1/+1
| | | | Stupid regex are stupids.
* [emacs] Add the notebook to the agenda for org.Franck Cuny2016-02-171-1/+2
|
* [emacs] Remove the documentation from README.Franck Cuny2016-02-174-73/+92
| | | | Add a 'doc' directory with the documentation for emacs, bash and git.
* [emacs] Rename a few functions and update bindingsFranck Cuny2016-02-172-12/+14
|
* [emacs] Enable flyspell for org-mode.Franck Cuny2016-02-171-2/+2
|
* [emacs] More settings for org-mode.Franck Cuny2016-02-171-5/+22
| | | | | Add configuration for templates; set the list of files for the agenda; add a binding to capture notes; etc.
* Fix a typo in the README.Franck Cuny2016-02-151-1/+1
|
* Update the README.Franck Cuny2016-02-151-32/+61
|
* [emacs] Start a configuration for org-mode.Franck Cuny2016-02-151-0/+15
|
* [emacs] some UI tweaks.Franck Cuny2016-02-151-4/+1
|
* [emacs] Add more key binding to the documentation.Franck Cuny2016-02-141-1/+9
|
* [emacs] Add a few configuration files to sh-mode.Franck Cuny2016-02-141-0/+11
|
* [emacs] Binding to switch to the scratch bufferFranck Cuny2016-02-131-0/+2
|
* [emacs] Add a few functionsFranck Cuny2016-02-131-0/+31
|
* [emacs] highlight the current line.Franck Cuny2016-02-131-0/+3
|
* [emacs] set options for 'dired'.Franck Cuny2016-02-131-0/+6
|
* [emacs] change binding for projectile.Franck Cuny2016-02-131-0/+1
| | | | Use 's-p' as the prefix binding for projectile commands.
* [emacs] Set yaml-mode for files ending in .y(a)?mlFranck Cuny2016-02-131-0/+1
|
* [emacs] Import golang variables for OS X.Franck Cuny2016-02-131-0/+5
|
* [emacs] Add a few more packages for git.Franck Cuny2016-02-131-0/+6
| | | | Add the `gitconfig-mode` and `gitignore-mode` packages.
* [emacs] Load `exec-path-from-shell` only on OS XFranck Cuny2016-02-131-5/+6
|
* Convert the README to org-mode.Franck Cuny2016-02-132-43/+68
| | | | Editing tables is way easier in org-mode than it is with markdown.
* [emacs] Add support for AnsibleFranck Cuny2016-02-131-0/+7
|
* [emacs] Enable flycheck for puppet-modeFranck Cuny2016-02-131-1/+4
|
* [emacs] Split the config into 'core' and 'modes'.Franck Cuny2016-02-1227-110/+128
| | | | | | Separate the modules that are 'core' (e.g.: related to editing, manipulating text, and so on) and the 'modes' (e.g.: related to syntax, langage support, etc).
* [emacs] Move some packages to a new config file.Franck Cuny2016-02-121-0/+10
| | | | | Create the new "editor" package that will contains configure some external packages related to the editor itself.
* [emacs] Add custom functions.Franck Cuny2016-02-121-0/+7
|
* [emacs] some updates to the UI package.Franck Cuny2016-02-121-0/+19
| | | | | | | | Shorter scratch message. Don't make the cursor blink, this is annoying and distracting. Use (again) "leuven" as a theme (I like this color scheme). And start using (yes, again) the "smart-mode-line".
* [emacs] rename the *emacs.el* file to *default.el*Franck Cuny2016-02-121-10/+4
| | | | | This file contains a bunch of defaults, so the new name makes more sense.
* [emacs] replacing 'helm' with 'ivy'.Franck Cuny2016-02-115-17/+17
|
* [emacs] add configuration for Haskell.Franck Cuny2016-01-291-0/+22
|
* [emacs] BUILD files are python files.Franck Cuny2016-01-291-1/+1
|
* [git] cleanup a little bit gitconfig.Franck Cuny2016-01-291-12/+5
|
* [emacs] always split the frame vertically for helmFranck Cuny2016-01-291-0/+6
| | | | | Instead of having either vertical or horizontal split, always force the split to be vertical.
* [emacs] stop using `smart-mode-line` module.Franck Cuny2016-01-291-14/+0
|
* [emacs] add `helm-ag`Franck Cuny2016-01-291-0/+3
| | | | Neat module!
* [emacs] stop using `diminish`.Franck Cuny2016-01-293-9/+0
|
* [tmux] try a new binding to split windows.Franck Cuny2016-01-281-3/+5
| | | | Use binding similar to Emacs to split the windows (using 2 and 3).
* [bash] cleanup basic configuration.Franck Cuny2016-01-261-37/+12
| | | | Remove a few things and move other stuff around.
* [makefile] clean it up by removing vim and binFranck Cuny2016-01-221-4/+1
|
* [emacs] slightly smaller font.Franck Cuny2016-01-191-1/+1
|
* [emacs] Fix a couple of bindings for helm.Franck Cuny2016-01-191-0/+2
|
* Remove configuration for `vim` and all the scriptsFranck Cuny2016-01-1713-1496/+0
| | | | | | No need to carry a configuration for `vim` anymore, and most of the scripts are either useless, or have moved to the *toolbox* repository on GitHub (and are now in go, and sometimes with tests).
* [emacs] some small changes to the UI.Franck Cuny2016-01-131-13/+10
| | | | | Bigger font, and a few changes to the mode line (drop the time/date; remove the function name, etc.).
* [emacs] remove a few config files.Franck Cuny2016-01-122-11/+0
| | | | | Remove configuration for racket and scala. I don't have time to make them work correctly for now. I'll get back to them later if I need.
* [bash] the shell waits for emacsclientFranck Cuny2016-01-071-1/+1
| | | | | We need to wait otherwise we have some issues with `git commit` (will figure it out later).
* [bash] Set TERM to "xterm-256color" for Emacs.Franck Cuny2016-01-061-1/+1
| | | | Because ...
* [bash] Update alias for `emacsclient`.Franck Cuny2016-01-061-1/+3
| | | | | | | | | Change the default alias for EDITOR to not wait for Emacs (a new frame is created with the file, and the shell is not waiting for the edit to be done). Rename the alias `em` to `et` (for "emacs terminal") to do a quick edit.
* [bash] Change alias for EDITOR.Franck Cuny2016-01-051-1/+1
| | | | Create a new frame instead of opening a new window in the terminal.
* [emacs] Import environment variable "GOPATH".Franck Cuny2016-01-031-1/+1
| | | | Having this variable imported helps flycheck.
* [emacs] gofmt on saveFranck Cuny2016-01-031-0/+1
| | | | Closes #8.
* [emacs] small UI updateFranck Cuny2015-12-291-7/+1
| | | | | Reduce the font size a little bit and drop plan9-theme (use the default instead).
* [emacs] add basic configuration for racket.Franck Cuny2015-12-291-0/+5
|
* [emacs] use a bigger font and plan9 as a themeFranck Cuny2015-12-101-4/+5
|
* [emacs] slightly bigger font.Franck Cuny2015-12-101-1/+1
|
* [emacs] Display time and date in status bar.Franck Cuny2015-12-091-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 Cuny2015-12-091-1/+1
|
* Add a README.Franck Cuny2015-12-011-0/+43
| | | | Closes #12
* [emacs] Add bindings for smart-parens.Franck Cuny2015-12-011-1/+24
| | | | This binding will help to navigate across expressions.
* [emacs] fix docstring for flycheckFranck Cuny2015-12-011-1/+1
|
* [emacs] Import TMPDIR from the environmentFranck Cuny2015-12-011-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 Cuny2015-11-291-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-lineFranck Cuny2015-11-201-0/+8
|
* [emacs] add tooltips for flycheck.Franck Cuny2015-11-201-0/+8
|
* [git] update gitignoreFranck Cuny2015-11-201-0/+4
| | | | Ignore the '.dir-locals.el' files.
* [emacs] enable flyspell again.Franck Cuny2015-11-191-9/+9
| | | | closes #11.
* [emacs] add company-mode for golang.Franck Cuny2015-11-181-5/+9
|
* [emacs] use leuven for the theme.Franck Cuny2015-11-181-1/+18
|
* [emacs] Add `helm`.Franck Cuny2015-11-151-0/+5
|
* [emacs] Add column number to mode-line.Franck Cuny2015-11-151-3/+2
|
* [emacs] Add function's name to mode-line.Franck Cuny2015-11-151-0/+4
|
* [emacs] enable `helm-projectile`.Franck Cuny2015-11-151-0/+5
| | | | Now that I'm using `helm`, let's also install `helm-projectile`.
* [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