summary refs log tree commit diff
path: root/emacs.d (follow)
Commit message (Expand)AuthorAgeFilesLines
* [Emacs] Set the cursor type.Franck Cuny2016-11-301-0/+3
* [Emacs] Simplify the mode-line by using only powerline.Franck Cuny2016-11-261-57/+9
* [Emacs] some small adjustments to the theme.Franck Cuny2016-11-221-16/+28
* [Emacs] Fix hook for Makefile.Franck Cuny2016-11-221-3/+2
* [Emacs] Add eldoc for python mode.Franck Cuny2016-11-221-0/+1
* [Emacs] slightly better colors for flycheck status.Franck Cuny2016-11-221-3/+3
* [Emacs] remove another TAB.Franck Cuny2016-11-211-3/+1
* [Emacs] Add colors for flymake status.Franck Cuny2016-11-211-3/+3
* [Emacs] Display how long it takes to load the configurationFranck Cuny2016-11-212-12/+3
* [Emacs] Don't hard code string.Franck Cuny2016-11-211-2/+2
* [Emacs] Remove TABS and replace them with spaces.Franck Cuny2016-11-211-4/+4
* [Emacs] proper configuration for white spaces.Franck Cuny2016-11-201-3/+7
* [Emacs] highlight current line.Franck Cuny2016-11-201-4/+5
* [Emacs] Some updates to my own theme.Franck Cuny2016-11-201-8/+7
* [Emacs] Use spaceline to manage the mode-line.Franck Cuny2016-11-201-0/+38
* [Emacs] Use a symbol for the mode name for Magit.Franck Cuny2016-11-201-0/+3
* [Emacs] Make flycheck more readable in the mode line.Franck Cuny2016-11-201-13/+16
* [Emacs] Highlight current line.Franck Cuny2016-11-201-0/+7
* [Emacs] Use DejaVu Sans Mono for the font, add time, and bookmarks.Franck Cuny2016-11-201-4/+12
* [Emacs] Split the configuration in individual lines.Franck Cuny2016-11-201-14/+33
* [Emacs] Try a new font (Go Mono).Franck Cuny2016-11-171-5/+2
* [Emacs] 'projectile-global-mode' has been renamed to 'projectile-mode'.Franck Cuny2016-11-171-1/+1
* [Emacs] Group ruby buffers on the mode name, not file extension.Franck Cuny2016-11-171-1/+1
* [Emacs] Load my theme.Franck Cuny2016-11-171-0/+8
* [Emacs] Add a custom theme.Franck Cuny2016-11-171-0/+50
* [Emacs] add a few commentsFranck Cuny2016-11-121-1/+3
* [Emacs] Rename config.el to settings.elFranck Cuny2016-11-122-3/+3
* [Emacs] Add docstring and update some settings.Franck Cuny2016-11-111-148/+205
* [Emacs] renamed my custom files and load them with use-package.Franck Cuny2016-11-114-9/+29
* [Emacs] small changes to the style.Franck Cuny2016-11-091-1/+4
* [Emacs] Add a few custom functions.Franck Cuny2016-11-081-0/+46
* [Emacs] display message in mini buffer for a short amount of timeFranck Cuny2016-11-081-0/+3
* [Emacs] A few more settings for flyspell.Franck Cuny2016-11-081-3/+9
* [emacs] Nicer configuration for flycheck.Franck Cuny2016-11-021-23/+43
* [emacs] Remove the configuration for time.Franck Cuny2016-11-021-7/+0
* [emacs] Move diminish at the top.Franck Cuny2016-11-021-3/+3
* [emacs] Main configuration for `swiper' is done with `ivy'.Franck Cuny2016-10-291-6/+1
* [emacs] A few more fixes for `exec-path-from-shell'.Franck Cuny2016-10-291-2/+5
* [emacs] More configuration for dired.Franck Cuny2016-10-291-1/+12
* [emacs] Add main configuration for `ivy'.Franck Cuny2016-10-291-0/+37
* [emacs] Move server configuration at the top.Franck Cuny2016-10-291-4/+5
* [emacs] A few more fixesFranck Cuny2016-10-291-33/+44
* [emacs] Use `shell-pop'.Franck Cuny2016-10-291-0/+11
* [emacs] Don't load settings for org-mode.Franck Cuny2016-10-291-2/+0
* [emacs] Ensure a few packages are indeed installedFranck Cuny2016-10-291-0/+5
* [emacs] REPL for racket is in a container.Franck Cuny2016-10-291-1/+2
* [emacs] Fix configuration for `flycheck'.Franck Cuny2016-10-291-39/+41
* [emacs] Make sure .py and .aurora files are marked as python.Franck Cuny2016-10-291-1/+3
* [emacs] Nicer configuration for `ibuffer'.Franck Cuny2016-10-291-1/+28
* [emacs] Ensure go-eldoc and gotest are installed.Franck Cuny2016-10-291-1/+4
* [emacs] Add settings for `eshell' and `lisp-mode'.Franck Cuny2016-10-291-0/+27
* [emacs] Fix for `exec-path-from-shell'.Franck Cuny2016-10-291-1/+2
* [emacs] Add settings for `shell-pop'.Franck Cuny2016-10-291-0/+11
* [emacs] Add a few more settings for `helm'.Franck Cuny2016-10-291-1/+11
* [emacs] Add back missing binding for dired.Franck Cuny2016-10-291-0/+1
* [emacs] Move binding to eval region.Franck Cuny2016-10-291-0/+1
* [emacs] Ensure `diminish' is installedFranck Cuny2016-10-291-1/+2
* [emacs] Update settings for `ag'.Franck Cuny2016-10-291-1/+5
* [emacs] Don't set the location for the notesFranck Cuny2016-10-291-4/+1
* [emacs] Re-organize variables for the package module.Franck Cuny2016-10-291-7/+4
* [emacs] Add configuration to manage terminals.Franck Cuny2016-10-261-0/+36
* [emacs] Some changes to the UI.Franck Cuny2016-10-261-8/+6
* [emacs] add a couple of functions to open temp filesFranck Cuny2016-10-261-11/+15
* [emacs] Use unicode for everything.Franck Cuny2016-10-141-0/+2
* [emacs] Change the font size and the frame's title.Franck Cuny2016-10-141-2/+6
* [emacs] Delete configuration for org-mode.Franck Cuny2016-10-141-43/+0
* [emacs] Copy more environment variables.Franck Cuny2016-10-141-2/+6
* [emacs] Fix indentation for a function.Franck Cuny2016-08-221-7/+7
* [emacs] Add a function to open a doc. pageFranck Cuny2016-08-222-0/+15
* [emacs] Open "bashrc" as a shell file.Franck Cuny2016-08-101-0/+1
* [emacs] Add a css to preview markdown documentFranck Cuny2016-08-101-1/+1
* [emacs] Use "diminish"Franck Cuny2016-08-101-0/+2
* [emacs] Add configuration for MakefileFranck Cuny2016-08-041-0/+8
* [emacs] fix the configuration for org-modeFranck Cuny2016-08-041-6/+6
* [emacs] Move back to `use-package'.Franck Cuny2016-08-044-308/+332
* [emacs] Add package 'use-package'.Franck Cuny2016-08-021-0/+8
* [emacs] Show trailing white spaceFranck Cuny2016-07-311-0/+3
* [emacs] cleanup.Franck Cuny2016-07-311-3/+1
* [emacs] move around global settings.Franck Cuny2016-07-311-11/+9
* [emacs] add package gist for emacs.Franck Cuny2016-07-311-0/+3
* [emacs] aurora files are python code.Franck Cuny2016-07-311-0/+1
* [emacs] markdown configurationFranck Cuny2016-07-311-4/+3
* [emacs] Set indentation width to 4 for go-mode.Franck Cuny2016-07-281-0/+1
* Set the font to Droid Sans MonoFranck Cuny2016-07-271-0/+3
* [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
* [emacs] Cleanup go's configurationFranck Cuny2016-07-241-9/+2
* [emacs] Bindings to quickly move between buffersFranck Cuny2016-07-241-0/+2
* [emacs] Fix the UIFranck Cuny2016-07-161-4/+4
* [emacs] get back to a smaller font sizeFranck Cuny2016-07-151-1/+1
* [emacs] remove "use-package".Franck Cuny2016-07-141-181/+145
* [emacs] nicer colors for background and mode-line.Franck Cuny2016-07-131-3/+3
* [emacs] move everything back to one file for now.Franck Cuny2016-07-0326-576/+347
* [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
* [emacs] copy environment variables for RubyFranck Cuny2016-05-251-0/+5
* [emacs] Drop configuration for org-mode.Franck Cuny2016-05-242-50/+0
* [emacs] Change mode line for flycheck.Franck Cuny2016-05-241-0/+19
* [emacs] open magit in full screen.Franck Cuny2016-05-241-1/+16
* [emacs] Name of the scala package has changed.Franck Cuny2016-05-241-1/+1
* [emacs] load term settings.Franck Cuny2016-04-211-0/+1
* [emacs] Add configuration for ansi-termFranck Cuny2016-04-081-0/+93
* [emacs] Stop using smart-mode-line.Franck Cuny2016-03-101-8/+15
* [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
* [emacs] Rename a couple of functionsFranck Cuny2016-03-102-8/+6
* [emacs] Add configuration for scalaFranck Cuny2016-03-091-0/+7
* [emacs] Twitter's style check report warnings tooFranck Cuny2016-03-091-1/+2
* [emacs] enable debug for exec-path-from-shellFranck Cuny2016-03-091-0/+1
* [emacs] Use unicode symbols for org tasks status.Franck Cuny2016-03-071-2/+8
* [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
* [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
* [emacs] Add a function to jump to a BUILD file.Franck Cuny2016-02-192-0/+31
* [emacs] Fix regexp to set python-mode for auroraFranck Cuny2016-02-171-1/+1
* [emacs] Add the notebook to the agenda for org.Franck Cuny2016-02-171-1/+2
* [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
* [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 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
* [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
* [emacs] Load `exec-path-from-shell` only on OS XFranck Cuny2016-02-131-5/+6
* [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
* [emacs] Move some packages to a new config file.Franck Cuny2016-02-121-0/+10
* [emacs] Add custom functions.Franck Cuny2016-02-121-0/+7
* [emacs] some updates to the UI package.Franck Cuny2016-02-121-0/+19
* [emacs] rename the *emacs.el* file to *default.el*Franck Cuny2016-02-121-10/+4
* [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
* [emacs] always split the frame vertically for helmFranck Cuny2016-01-291-0/+6
* [emacs] stop using `smart-mode-line` module.Franck Cuny2016-01-291-14/+0
* [emacs] add `helm-ag`Franck Cuny2016-01-291-0/+3
* [emacs] stop using `diminish`.Franck Cuny2016-01-293-9/+0
* [emacs] slightly smaller font.Franck Cuny2016-01-191-1/+1
* [emacs] Fix a couple of bindings for helm.Franck Cuny2016-01-191-0/+2
* [emacs] some small changes to the UI.Franck Cuny2016-01-131-13/+10
* [emacs] remove a few config files.Franck Cuny2016-01-122-11/+0
* [emacs] Import environment variable "GOPATH".Franck Cuny2016-01-031-1/+1
* [emacs] gofmt on saveFranck Cuny2016-01-031-0/+1
* [emacs] small UI updateFranck Cuny2015-12-291-7/+1
* [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
* [emacs] Change the font to "Droid Sans Mono"Franck Cuny2015-12-091-1/+1
* [emacs] Add bindings for smart-parens.Franck Cuny2015-12-011-1/+24
* [emacs] fix docstring for flycheckFranck Cuny2015-12-011-1/+1
* [emacs] Import TMPDIR from the environmentFranck Cuny2015-12-011-1/+2
* [emacs] add smart-mode-lineFranck Cuny2015-11-201-0/+8
* [emacs] add tooltips for flycheck.Franck Cuny2015-11-201-0/+8
* [emacs] enable flyspell again.Franck Cuny2015-11-191-9/+9
* [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
* [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
* [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
* [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
* [emacs] disable magit and vcs mode.Franck Cuny2015-11-061-6/+7
* [emacs] stop using the package 'exec-path-from-shell'Franck Cuny2015-11-061-4/+0
* Delete emacs configuration for org-modeFranck Cuny2015-11-061-29/+0
* [emacs] load shell environmentFranck Cuny2015-09-171-0/+4
* [emacs] split config in different files.Franck Cuny2015-09-1620-54/+266
* [emacs] some cleanup.Franck Cuny2015-09-041-14/+1
* [emacs] don't highlight the code.Franck Cuny2015-08-171-5/+4
* [emacs] delete init.el~Franck Cuny2015-08-161-47/+0
* [emacs] Add custom checker for Python.Franck Cuny2015-08-161-2/+17
* [emacs] Disable "fill-column-indicator".Franck Cuny2015-08-161-11/+0
* [emacs] Add a page for 'ag'.Franck Cuny2015-08-161-0/+4
* [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
* [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
* [emacs] a few fixes for emacs.Franck Cuny2015-07-211-0/+15
* [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
* [emacs] add my emacs configurationFranck Cuny2015-07-173-0/+260