Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [emacs] Bindings to quickly move between buffers | Franck Cuny | 2016-07-24 | 1 | -0/+2 | |
| | ||||||
* | [emacs] Fix the UI | Franck Cuny | 2016-07-16 | 1 | -4/+4 | |
| | | | | | Use DejaVu for the font, and slightly less yellow color for the background. | |||||
* | [emacs] get back to a smaller font size | Franck Cuny | 2016-07-15 | 1 | -1/+1 | |
| | ||||||
* | [emacs] remove "use-package". | Franck Cuny | 2016-07-14 | 1 | -181/+145 | |
| | | | | | Stop using the "use-package" module, and rewrite the configuration without it. | |||||
* | [emacs] nicer colors for background and mode-line. | Franck Cuny | 2016-07-13 | 1 | -3/+3 | |
| | ||||||
* | [emacs] move everything back to one file for now. | Franck Cuny | 2016-07-03 | 26 | -576/+347 | |
| | ||||||
* | [emacs] Add lint for puppet to flycheck. | Franck Cuny | 2016-06-01 | 1 | -0/+2 | |
| | ||||||
* | [emacs] Add support for Docker files | Franck Cuny | 2016-06-01 | 1 | -0/+7 | |
| | ||||||
* | [emacs] simplify the UI | Franck Cuny | 2016-06-01 | 1 | -11/+12 | |
| | ||||||
* | [emacs] use default bindings for some modes | Franck Cuny | 2016-06-01 | 1 | -22/+1 | |
| | | | | Use default for smart-parens and projectile. | |||||
* | [emacs] copy environment variables for Ruby | Franck Cuny | 2016-05-25 | 1 | -0/+5 | |
| | | | | This is needed to get 'puppet-lint' running correctly. | |||||
* | [emacs] Drop configuration for org-mode. | Franck Cuny | 2016-05-24 | 2 | -50/+0 | |
| | | | | I'm not using it. | |||||
* | [emacs] Change mode line for flycheck. | Franck Cuny | 2016-05-24 | 1 | -0/+19 | |
| | | | | Display a unicode symbol to represent the status of the tests. | |||||
* | [emacs] open magit in full screen. | Franck Cuny | 2016-05-24 | 1 | -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 Cuny | 2016-05-24 | 1 | -1/+1 | |
| | ||||||
* | [emacs] load term settings. | Franck Cuny | 2016-04-21 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Add configuration for ansi-term | Franck Cuny | 2016-04-08 | 1 | -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'. | |||||
* | [emacs] Stop using smart-mode-line. | Franck Cuny | 2016-03-10 | 1 | -8/+15 | |
| | | | | Instead set the mode line manually. | |||||
* | [emacs] reduce the size of the font. | Franck Cuny | 2016-03-10 | 1 | -1/+1 | |
| | ||||||
* | [emacs] Fix settings for 'indent-tabs-mode'. | Franck Cuny | 2016-03-10 | 1 | -2/+3 | |
| | ||||||
* | [emacs] Remove code to support pants. | Franck Cuny | 2016-03-10 | 1 | -63/+10 | |
| | | | | This is now in it's own repository. | |||||
* | [emacs] Rename a couple of functions | Franck Cuny | 2016-03-10 | 2 | -8/+6 | |
| | ||||||
* | [emacs] Add configuration for scala | Franck Cuny | 2016-03-09 | 1 | -0/+7 | |
| | | | | Closes #17. | |||||
* | [emacs] Twitter's style check report warnings too | Franck Cuny | 2016-03-09 | 1 | -1/+2 | |
| | | | | Add pattern for warnings from Twitter's check style to flycheck. | |||||
* | [emacs] enable debug for exec-path-from-shell | Franck Cuny | 2016-03-09 | 1 | -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 Cuny | 2016-03-07 | 1 | -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 helm | Franck Cuny | 2016-02-26 | 1 | -0/+3 | |
| | ||||||
* | [emacs] Change the font size interactively | Franck Cuny | 2016-02-26 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Add binding for org-agenda. | Franck Cuny | 2016-02-26 | 1 | -1/+4 | |
| | ||||||
* | [emacs] move functions for pants to it's own file | Franck Cuny | 2016-02-22 | 3 | -63/+66 | |
| | ||||||
* | [emacs] start to rewrite the code to manage the UI | Franck Cuny | 2016-02-22 | 1 | -2/+18 | |
| | ||||||
* | [emacs] Explain why git is disabled in VC backend | Franck Cuny | 2016-02-22 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Add a binding for ibuffer | Franck Cuny | 2016-02-22 | 1 | -1/+1 | |
| | ||||||
* | [emacs] code cleanup | Franck Cuny | 2016-02-22 | 2 | -23/+11 | |
| | ||||||
* | [emacs] a few updates to org configuration | Franck Cuny | 2016-02-22 | 1 | -2/+9 | |
| | ||||||
* | [emacs] load org-mode configuration | Franck Cuny | 2016-02-22 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Fix broken code ... | Franck Cuny | 2016-02-19 | 1 | -3/+3 | |
| | ||||||
* | [emacs] More code related to pants | Franck Cuny | 2016-02-19 | 2 | -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 Cuny | 2016-02-19 | 2 | -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 aurora | Franck Cuny | 2016-02-17 | 1 | -1/+1 | |
| | | | | Stupid regex are stupids. | |||||
* | [emacs] Add the notebook to the agenda for org. | Franck Cuny | 2016-02-17 | 1 | -1/+2 | |
| | ||||||
* | [emacs] Rename a few functions and update bindings | Franck Cuny | 2016-02-17 | 2 | -12/+14 | |
| | ||||||
* | [emacs] Enable flyspell for org-mode. | Franck Cuny | 2016-02-17 | 1 | -2/+2 | |
| | ||||||
* | [emacs] More settings for org-mode. | Franck Cuny | 2016-02-17 | 1 | -5/+22 | |
| | | | | | Add configuration for templates; set the list of files for the agenda; add a binding to capture notes; etc. | |||||
* | [emacs] Start a configuration for org-mode. | Franck Cuny | 2016-02-15 | 1 | -0/+15 | |
| | ||||||
* | [emacs] some UI tweaks. | Franck Cuny | 2016-02-15 | 1 | -4/+1 | |
| | ||||||
* | [emacs] Add a few configuration files to sh-mode. | Franck Cuny | 2016-02-14 | 1 | -0/+11 | |
| | ||||||
* | [emacs] Binding to switch to the scratch buffer | Franck Cuny | 2016-02-13 | 1 | -0/+2 | |
| | ||||||
* | [emacs] Add a few functions | Franck Cuny | 2016-02-13 | 1 | -0/+31 | |
| | ||||||
* | [emacs] highlight the current line. | Franck Cuny | 2016-02-13 | 1 | -0/+3 | |
| | ||||||
* | [emacs] set options for 'dired'. | Franck Cuny | 2016-02-13 | 1 | -0/+6 | |
| | ||||||
* | [emacs] change binding for projectile. | Franck Cuny | 2016-02-13 | 1 | -0/+1 | |
| | | | | Use 's-p' as the prefix binding for projectile commands. | |||||
* | [emacs] Set yaml-mode for files ending in .y(a)?ml | Franck Cuny | 2016-02-13 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Import golang variables for OS X. | Franck Cuny | 2016-02-13 | 1 | -0/+5 | |
| | ||||||
* | [emacs] Add a few more packages for git. | Franck Cuny | 2016-02-13 | 1 | -0/+6 | |
| | | | | Add the `gitconfig-mode` and `gitignore-mode` packages. | |||||
* | [emacs] Load `exec-path-from-shell` only on OS X | Franck Cuny | 2016-02-13 | 1 | -5/+6 | |
| | ||||||
* | [emacs] Add support for Ansible | Franck Cuny | 2016-02-13 | 1 | -0/+7 | |
| | ||||||
* | [emacs] Enable flycheck for puppet-mode | Franck Cuny | 2016-02-13 | 1 | -1/+4 | |
| | ||||||
* | [emacs] Split the config into 'core' and 'modes'. | Franck Cuny | 2016-02-12 | 27 | -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 Cuny | 2016-02-12 | 1 | -0/+10 | |
| | | | | | Create the new "editor" package that will contains configure some external packages related to the editor itself. | |||||
* | [emacs] Add custom functions. | Franck Cuny | 2016-02-12 | 1 | -0/+7 | |
| | ||||||
* | [emacs] some updates to the UI package. | Franck Cuny | 2016-02-12 | 1 | -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 Cuny | 2016-02-12 | 1 | -10/+4 | |
| | | | | | This file contains a bunch of defaults, so the new name makes more sense. | |||||
* | [emacs] replacing 'helm' with 'ivy'. | Franck Cuny | 2016-02-11 | 5 | -17/+17 | |
| | ||||||
* | [emacs] add configuration for Haskell. | Franck Cuny | 2016-01-29 | 1 | -0/+22 | |
| | ||||||
* | [emacs] BUILD files are python files. | Franck Cuny | 2016-01-29 | 1 | -1/+1 | |
| | ||||||
* | [emacs] always split the frame vertically for helm | Franck Cuny | 2016-01-29 | 1 | -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 Cuny | 2016-01-29 | 1 | -14/+0 | |
| | ||||||
* | [emacs] add `helm-ag` | Franck Cuny | 2016-01-29 | 1 | -0/+3 | |
| | | | | Neat module! | |||||
* | [emacs] stop using `diminish`. | Franck Cuny | 2016-01-29 | 3 | -9/+0 | |
| | ||||||
* | [emacs] slightly smaller font. | Franck Cuny | 2016-01-19 | 1 | -1/+1 | |
| | ||||||
* | [emacs] Fix a couple of bindings for helm. | Franck Cuny | 2016-01-19 | 1 | -0/+2 | |
| | ||||||
* | [emacs] some small changes to the UI. | Franck Cuny | 2016-01-13 | 1 | -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 Cuny | 2016-01-12 | 2 | -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. | |||||
* | [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 | |
| | ||||||
* | [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. | |||||
* | [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 | |
| | ||||||
* | [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 | |
| | ||||||
* | [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. | |||||
* | [emacs] some cleanup. | Franck Cuny | 2015-09-04 | 1 | -14/+1 | |
| | ||||||
* | [emacs] don't highlight the code. | Franck Cuny | 2015-08-17 | 1 | -5/+4 | |
| | ||||||
* | [emacs] delete init.el~ | Franck Cuny | 2015-08-16 | 1 | -47/+0 | |
| | ||||||
* | [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 | |
| | ||||||
* | [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 | |
| | ||||||
* | [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 | |
| | ||||||
* | [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). | |||||
* | [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 | |
| | ||||||
* | [emacs] add my emacs configuration | Franck Cuny | 2015-07-17 | 3 | -0/+260 | |