Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] add a few more packages to work with go. | Franck Cuny | 2019-04-19 | 1 | -0/+22 |
| | |||||
* | [emacs] white-mode is for prog-mode only. | Franck Cuny | 2019-04-19 | 1 | -1/+1 |
| | |||||
* | [emacs] add a few more templates to org-mode. | Franck Cuny | 2019-04-18 | 1 | -7/+28 |
| | |||||
* | [emacs] set my identity. | Franck Cuny | 2019-04-18 | 1 | -0/+3 |
| | |||||
* | [emacs] Ignore some files with dired. | Franck Cuny | 2019-04-18 | 1 | -0/+11 |
| | |||||
* | [emacs] Back to using org-mode. | Franck Cuny | 2019-04-08 | 2 | -0/+26 |
| | | | | | | | I've really made a mistake when I stopped using org-mode. At the time I probably went overboard by trying to do to much with it. Now I need to rethink a workflow and how to use it efficiently for work and personal stuff. | ||||
* | [emacs] Update configuration related to git. | Franck Cuny | 2019-04-08 | 1 | -1/+5 |
| | |||||
* | [emacs] When to load pants. | Franck Cuny | 2019-04-08 | 1 | -0/+1 |
| | |||||
* | [emacs] Fix the font. | Franck Cuny | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | [emacs] Add a function for python's checker. | Franck Cuny | 2019-04-08 | 1 | -4/+14 |
| | |||||
* | [Emacs] Twitter related configurations are grouped | Franck Cuny | 2019-02-17 | 1 | -0/+12 |
| | | | | | Things that are related to working at Twitter are in a single file now. | ||||
* | [Emacs] BUILD files are not Python. | Franck Cuny | 2019-02-17 | 1 | -2/+1 |
| | | | | BUILD files are managed by the `pants` module. | ||||
* | [Emacs] Rename `common.el` to `defuns.el`. | Franck Cuny | 2019-02-17 | 6 | -10/+14 |
| | | | | | | | The name `defuns` make more sense since it's a collection of functions. All the custom variables are using the prefix 'fcuny/' consistently. | ||||
* | [Emacs] Ensure we load flycheck and flyspell. | Franck Cuny | 2019-02-16 | 6 | -2/+6 |
| | |||||
* | [Emacs] Remove extra empty line. | Franck Cuny | 2019-02-16 | 1 | -1/+0 |
| | |||||
* | [Emacs] remove extra empty line. | Franck Cuny | 2019-02-16 | 1 | -1/+0 |
| | |||||
* | [emacs] Simplify flycheck configuration | Franck Cuny | 2019-02-16 | 1 | -49/+13 |
| | | | | | I do not need custom style for reporting errors. Also move settings to `:custom`. | ||||
* | [emacs] Split configuration in multiple files. | Franck Cuny | 2019-02-16 | 21 | -329/+442 |
| | | | | This is actually an easier thing to maintain. | ||||
* | [emacs] Add a function to select and copy buffer. | Franck Cuny | 2019-02-16 | 1 | -1/+8 |
| | |||||
* | [emacs] Same font size as my terminal. | Franck Cuny | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | clean up. | Franck Cuny | 2019-01-19 | 1 | -0/+343 |
| | | | | Removed scripts and some configs, they will be in their own repo. | ||||
* | Shuffling things around in this repo | Franck Cuny | 2018-08-05 | 9 | -572/+0 |
| | |||||
* | [emacs] set font size for osx | Franck Cuny | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | [emacs] BUILD files are python (at work) | Franck Cuny | 2018-07-17 | 1 | -1/+4 |
| | |||||
* | [emacs] Simplify the configuration | Franck Cuny | 2018-07-17 | 21 | -375/+294 |
| | | | | Reduce the number of configuration files. | ||||
* | [emacs] Set font per operating system. | Franck Cuny | 2018-07-08 | 2 | -0/+6 |
| | |||||
* | [emacs] Reduce number of configuration files. | Franck Cuny | 2018-07-08 | 5 | -55/+45 |
| | | | | Group settings in a sensible way. | ||||
* | [emacs] Ensure magit is installed. | Franck Cuny | 2018-07-07 | 1 | -0/+1 |
| | |||||
* | [emacs] Configure correctly for linux (chrome). | Franck Cuny | 2018-07-07 | 4 | -2/+17 |
| | | | | | Ensure go binaries are in the path for emacs and add custom settings for linux. | ||||
* | [emacs] All spelling configs in one place. | Franck Cuny | 2018-07-06 | 4 | -18/+20 |
| | |||||
* | [emacs] Forgot to add the serializer config. | Franck Cuny | 2018-07-06 | 2 | -0/+39 |
| | | | | Closes #6 | ||||
* | [emacs] Consolidate all serializers format in one file. | Franck Cuny | 2018-07-06 | 5 | -41/+1 |
| | | | | | | This is easier to maintain. Closes #6 | ||||
* | [emacs] Configure correctly python. | Franck Cuny | 2018-07-03 | 1 | -5/+16 |
| | | | | Add anacondo, load eldoc correctly, etc. | ||||
* | [emacs] A number of fixes for go-mode | Franck Cuny | 2018-07-03 | 1 | -21/+30 |
| | | | | | Set correctly go-eldoc, set the width of tab to 2, define a proper hook, etc. | ||||
* | [emacs] Remove configuration for rust | Franck Cuny | 2018-07-01 | 3 | -34/+0 |
| | | | | Remove backup file too for basic settings. | ||||
* | [emacs] Massive rewrite | Franck Cuny | 2018-06-29 | 58 | -766/+532 |
| | |||||
* | [emacs] Move back some configs to init.el | Franck Cuny | 2018-06-13 | 3 | -66/+54 |
| | |||||
* | [emacs] meh | Franck Cuny | 2018-06-11 | 1 | -2/+0 |
| | |||||
* | [emacs] fix comment for fringe | Franck Cuny | 2018-06-11 | 1 | -1/+1 |
| | |||||
* | [emacs] Update hydra definition for projectile | Franck Cuny | 2018-06-11 | 1 | -32/+20 |
| | |||||
* | [emacs] Some cleanup for markdown. | Franck Cuny | 2018-06-05 | 1 | -9/+2 |
| | |||||
* | [emacs] Some clean up for the server. | Franck Cuny | 2018-06-05 | 1 | -3/+2 |
| | |||||
* | [emacs] Some major clean up. | Franck Cuny | 2018-06-05 | 20 | -98/+67 |
| | | | | | | Switch from `(require)` to `(load)`, which does not cause warning with flymake. Remove `:ensure t` since it's the default. | ||||
* | [emacs] add support for javascript | Franck Cuny | 2018-05-10 | 1 | -0/+12 |
| | |||||
* | [emacs] some minor tweask to autocomplete | Franck Cuny | 2018-05-10 | 1 | -3/+3 |
| | |||||
* | [emacs] add racer for rust | Franck Cuny | 2018-05-10 | 1 | -0/+4 |
| | |||||
* | [emacs] Add a few more settings for rust. | Franck Cuny | 2018-04-17 | 1 | -1/+3 |
| | |||||
* | [emacs] some more hydra stuff. | Franck Cuny | 2018-04-17 | 2 | -2/+3 |
| | |||||
* | [emacs] Rewrite the python module. | Franck Cuny | 2018-04-17 | 1 | -11/+5 |
| | |||||
* | [emacs] Add a custom variable for the files ignored by projectile. | Franck Cuny | 2018-04-17 | 2 | -2/+16 |
| | |||||
* | [emacs] Add hydra for magit. | Franck Cuny | 2018-04-12 | 1 | -1/+14 |
| | |||||
* | [emacs] Add hydra for projectile. | Franck Cuny | 2018-04-12 | 1 | -0/+44 |
| | |||||
* | [emacs] Add smart-mode-line and a larger fringe. | Franck Cuny | 2018-04-12 | 1 | -1/+14 |
| | |||||
* | [emacs] Fix (I think) the binding for hydra | Franck Cuny | 2018-04-08 | 5 | -16/+29 |
| | |||||
* | [emacs] Add additional variables. | Franck Cuny | 2018-04-08 | 3 | -6/+11 |
| | |||||
* | [emacs] Rename some custom variables. | Franck Cuny | 2018-04-08 | 3 | -18/+26 |
| | | | | Use '-' as a separator instead of '/' in some variable's names. | ||||
* | [emacs] Large refactoring. | Franck Cuny | 2018-04-08 | 43 | -830/+820 |
| | | | | | | | | | | | At first I wanted to add support for java, and then I realized that maintaining a giant file with all the packages was not working as I was expected. The configuration is broken down to multiple files now, with each major mode in a separate file, and the main modules in their own too. This should make it easier to maintain and organize. | ||||
* | [emacs] fix some path after directories reorg | Franck Cuny | 2018-04-01 | 2 | -4/+4 |
| | |||||
* | [emacs] fix font (again) | Franck Cuny | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | [emacs] well, fonts ... | Franck Cuny | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | [emacs] Emacs is not a tool to operate hosts/clusters. | Franck Cuny | 2018-03-22 | 1 | -13/+0 |
| | |||||
* | [emacs] add support for rust. | Franck Cuny | 2018-03-22 | 1 | -0/+16 |
| | |||||
* | [emacs] Add Google's C style guide. | Franck Cuny | 2018-02-28 | 1 | -0/+3 |
| | |||||
* | [emacs] No, smaller font :p | Franck Cuny | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | [emacs] some visual changes: | Franck Cuny | 2018-02-28 | 1 | -5/+3 |
| | | | | | | - change frame title to include filename - bigger fringe - biffer font (again) | ||||
* | [emacs] add support for protobuf | Franck Cuny | 2018-02-28 | 1 | -0/+4 |
| | |||||
* | [emacs] some cleanup too, remove unused stuff | Franck Cuny | 2018-02-20 | 2 | -18/+10 |
| | |||||
* | [Emacs] Set different font size for Linux and darwin. | Franck Cuny | 2018-02-18 | 1 | -1/+3 |
| | | | | We want a smaller font on Linux. | ||||
* | [emacs] Set font to DejaVu | Franck Cuny | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | [emacs] Default theme / font / colors. | Franck Cuny | 2018-01-17 | 2 | -2/+1 |
| | |||||
* | [emacs] Add back my theme and switch font size / family. | Franck Cuny | 2018-01-16 | 3 | -11/+11 |
| | |||||
* | [emacs] add scala-mode | Franck Cuny | 2017-10-18 | 1 | -0/+4 |
| | |||||
* | [emacs] smaller font | Franck Cuny | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | [emacs] Add org-mode configuration once again. | Franck Cuny | 2017-06-16 | 2 | -2/+53 |
| | | | | Only load some packages if we are using a recent version of Emacs. | ||||
* | [Emacs] Move packages configuration to a new file. | Franck Cuny | 2017-04-27 | 3 | -458/+428 |
| | | | | | Keep `init.el` as small as possible, and move all the packages to their own configuration file. | ||||
* | [Emacs] fix a comment | Franck Cuny | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | [Emacs] Remove configuration for term | Franck Cuny | 2017-04-27 | 1 | -38/+0 |
| | | | | | I do not use it, since it's too slow and not as convenient as using a real terminal. | ||||
* | [Emacs] Remove configuration for eshell | Franck Cuny | 2017-04-27 | 1 | -22/+0 |
| | | | | I don't use it (this is too slow) | ||||
* | [Emacs] update binding for ag | Franck Cuny | 2017-04-27 | 1 | -2/+8 |
| | |||||
* | [Emacs] small adjustment to wabi-sabi. | Franck Cuny | 2017-04-07 | 1 | -5/+5 |
| | | | | A little bit less "yellow". | ||||
* | [Emacs] Use the system's default mono font. | Franck Cuny | 2017-04-07 | 1 | -1/+1 |
| | | | | Menlo on OSX | ||||
* | [Emacs] Remove spaceline | Franck Cuny | 2017-04-07 | 1 | -8/+0 |
| | |||||
* | [Emacs] change the style of the cursor. | Franck Cuny | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | [Emacs] cosmetic change (font size and background color) | Franck Cuny | 2017-03-14 | 2 | -2/+2 |
| | |||||
* | [Emacs] Don't use native fullscreen for OSX. | Franck Cuny | 2017-02-27 | 1 | -0/+4 |
| | |||||
* | [Emacs] Enable global highlight and fix font. | Franck Cuny | 2017-02-27 | 1 | -1/+4 |
| | |||||
* | [Emacs] Change the theme for spaceline. | Franck Cuny | 2017-02-27 | 1 | -1/+2 |
| | |||||
* | [Emacs] Use different color for highlight and region. | Franck Cuny | 2017-02-27 | 1 | -2/+3 |
| | |||||
* | [Emacs] Simple configuration for org-mode. | Franck Cuny | 2017-02-18 | 1 | -3/+12 |
| | |||||
* | [Emacs] Remove configuration for 'popwin'. | Franck Cuny | 2017-02-18 | 1 | -7/+0 |
| | | | | Another package I don't use. | ||||
* | [Emacs] Remove dependency for gist. | Franck Cuny | 2017-02-18 | 1 | -5/+0 |
| | | | | I don't use it. | ||||
* | [Emacs] Move all the configuration related to twitter to it's own file | Franck Cuny | 2017-02-18 | 3 | -61/+90 |
| | | | | | | The configuration for the style checker; the functions to create remote files on nest; etc. All are now living in a file with all things related to twitter. | ||||
* | [Emacs] Move wabi-sabi theme inside this repo. | Franck Cuny | 2017-02-17 | 2 | -1/+63 |
| | |||||
* | [Emacs] and back to a smaller font | Franck Cuny | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | [Emacs] Add spaceline | Franck Cuny | 2017-02-10 | 1 | -0/+7 |
| | |||||
* | [Emacs] Remove `flycheck-pos-tip`. | Franck Cuny | 2017-02-04 | 1 | -7/+0 |
| | | | | | | I rarely use the mouse, and most of the time the tip is not displayed at the correct location. Not worth the trouble to fix it, just stop using it. | ||||
* | [Emacs] Use pop-win for pants' buffer. | Franck Cuny | 2017-02-03 | 1 | -0/+7 |
| | | | | Display the buffer in a pop-up window. | ||||
* | [Emacs] Remove custom checker for Python style. | Franck Cuny | 2017-01-27 | 1 | -17/+7 |
| | | | | | The checker lives in it's own repository: https://github.com/franckcuny/flycheck-twitter-python-style | ||||
* | [Emacs] Improve support for Golang. | Franck Cuny | 2017-01-27 | 1 | -19/+25 |
| | | | | | Install a few extra packages (go-guru, gotest); rewrite the hooks into a function; don't display tabs with withespace mode. | ||||
* | [Emacs] Install company (and support for go). | Franck Cuny | 2017-01-27 | 1 | -0/+12 |
| | |||||
* | [Emacs] Update configuration for ibuffer. | Franck Cuny | 2017-01-13 | 1 | -0/+11 |
| | |||||
* | [Emacs] Add a few more functions to work with 'nest' hosts. | Franck Cuny | 2017-01-12 | 1 | -1/+24 |
| | | | | | | | Add a function to open a dired buffer on a remote host, and a function to do that for nest. Also add a few functions to (un-)monitor hosts from Emacs. | ||||
* | [Emacs] Stop using `smart-mode-line'. | Franck Cuny | 2017-01-12 | 1 | -9/+0 |
| | |||||
* | [Emacs] Giving another go to smart-mode-line. | Franck Cuny | 2017-01-03 | 1 | -0/+9 |
| | |||||
* | [Emacs] The only VC backend I care about is Magit. | Franck Cuny | 2017-01-03 | 1 | -7/+3 |
| | |||||
* | [Emacs] Disable menu bar. | Franck Cuny | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | [emacs] Slightly bigger font and no bell. | Franck Cuny | 2017-01-02 | 1 | -1/+5 |
| | |||||
* | [Emacs] Update a comment. | Franck Cuny | 2016-12-16 | 1 | -1/+1 |
| | |||||
* | [Emacs] Files for phabricator commits are in git-commit-mode. | Franck Cuny | 2016-12-15 | 1 | -0/+3 |
| | |||||
* | [Emacs] Delete phabricator for now. | Franck Cuny | 2016-12-15 | 1 | -5/+5 |
| | |||||
* | [Emacs] Delete the custom theme. | Franck Cuny | 2016-12-15 | 2 | -65/+6 |
| | | | | It now lives in it's own repository. | ||||
* | [Emacs] Remove a python hook. | Franck Cuny | 2016-12-15 | 1 | -2/+1 |
| | |||||
* | [Emacs] BUILD files are python. | Franck Cuny | 2016-12-15 | 1 | -2/+2 |
| | |||||
* | [emacs] Don't open magit in fullscreen. | Franck Cuny | 2016-12-15 | 1 | -1/+0 |
| | |||||
* | [emacs] Hopefully fix exec-shell thingy. | Franck Cuny | 2016-12-15 | 1 | -2/+3 |
| | |||||
* | [emacs] Don't use powerline. | Franck Cuny | 2016-12-15 | 1 | -8/+0 |
| | |||||
* | [emacs] Use default font | Franck Cuny | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | [Emacs] a few more changes to the theme. | Franck Cuny | 2016-12-06 | 1 | -14/+12 |
| | |||||
* | [Emacs] Set the cursor type. | Franck Cuny | 2016-11-30 | 1 | -0/+3 |
| | |||||
* | [Emacs] Simplify the mode-line by using only powerline. | Franck Cuny | 2016-11-26 | 1 | -57/+9 |
| | | | | Simplify the configuration for flycheck too. | ||||
* | [Emacs] some small adjustments to the theme. | Franck Cuny | 2016-11-22 | 1 | -16/+28 |
| | |||||
* | [Emacs] Fix hook for Makefile. | Franck Cuny | 2016-11-22 | 1 | -3/+2 |
| | |||||
* | [Emacs] Add eldoc for python mode. | Franck Cuny | 2016-11-22 | 1 | -0/+1 |
| | |||||
* | [Emacs] slightly better colors for flycheck status. | Franck Cuny | 2016-11-22 | 1 | -3/+3 |
| | |||||
* | [Emacs] remove another TAB. | Franck Cuny | 2016-11-21 | 1 | -3/+1 |
| | |||||
* | [Emacs] Add colors for flymake status. | Franck Cuny | 2016-11-21 | 1 | -3/+3 |
| | |||||
* | [Emacs] Display how long it takes to load the configuration | Franck Cuny | 2016-11-21 | 2 | -12/+3 |
| | | | | | Instead of writing a custom function, use the emacs-startup-hook for that. | ||||
* | [Emacs] Don't hard code string. | Franck Cuny | 2016-11-21 | 1 | -2/+2 |
| | |||||
* | [Emacs] Remove TABS and replace them with spaces. | Franck Cuny | 2016-11-21 | 1 | -4/+4 |
| | |||||
* | [Emacs] proper configuration for white spaces. | Franck Cuny | 2016-11-20 | 1 | -3/+7 |
| | | | | Enable it via a hook for all programming modes. | ||||
* | [Emacs] highlight current line. | Franck Cuny | 2016-11-20 | 1 | -4/+5 |
| | |||||
* | [Emacs] Some updates to my own theme. | Franck Cuny | 2016-11-20 | 1 | -8/+7 |
| | |||||
* | [Emacs] Use spaceline to manage the mode-line. | Franck Cuny | 2016-11-20 | 1 | -0/+38 |
| | | | | We can have a fancy and more readable mode line with the help of spaceline. | ||||
* | [Emacs] Use a symbol for the mode name for Magit. | Franck Cuny | 2016-11-20 | 1 | -0/+3 |
| | |||||
* | [Emacs] Make flycheck more readable in the mode line. | Franck Cuny | 2016-11-20 | 1 | -13/+16 |
| | | | | | | This new configuration should be more easy to read, with report for individual errors/warnings/info. For every state other than 'finished', we display the report with ? instead of numbers. | ||||
* | [Emacs] Highlight current line. | Franck Cuny | 2016-11-20 | 1 | -0/+7 |
| | |||||
* | [Emacs] Use DejaVu Sans Mono for the font, add time, and bookmarks. | Franck Cuny | 2016-11-20 | 1 | -4/+12 |
| | | | | | The bookmarks can be useful (for example, to go quickly to a thrift definition, when I never remember the path). | ||||
* | [Emacs] Split the configuration in individual lines. | Franck Cuny | 2016-11-20 | 1 | -14/+33 |
| | | | | | Instead of having a large `(setq ...)', let's have multiple one. This makes it easier to comment on them. | ||||
* | [Emacs] Try a new font (Go Mono). | Franck Cuny | 2016-11-17 | 1 | -5/+2 |
| | |||||
* | [Emacs] 'projectile-global-mode' has been renamed to 'projectile-mode'. | Franck Cuny | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | [Emacs] Group ruby buffers on the mode name, not file extension. | Franck Cuny | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | [Emacs] Load my theme. | Franck Cuny | 2016-11-17 | 1 | -0/+8 |
| | |||||
* | [Emacs] Add a custom theme. | Franck Cuny | 2016-11-17 | 1 | -0/+50 |
| | | | | | A simple theme, with no syntax highlighting. The text is black, and comments / documentation are bold (to make it easier to see). | ||||
* | [Emacs] add a few comments | Franck Cuny | 2016-11-12 | 1 | -1/+3 |
| | |||||
* | [Emacs] Rename config.el to settings.el | Franck Cuny | 2016-11-12 | 2 | -3/+3 |
| | |||||
* | [Emacs] Add docstring and update some settings. | Franck Cuny | 2016-11-11 | 1 | -148/+205 |
| | | | | Hopefully this is the last time I 'batch commit' a large change that way. | ||||
* | [Emacs] renamed my custom files and load them with use-package. | Franck Cuny | 2016-11-11 | 4 | -9/+29 |
| | | | | | | | The new names are more logical. They are loaded with `use-package', and the bindings are also set that way. For general bindings, we store them in the 'bindings.el' library. | ||||
* | [Emacs] small changes to the style. | Franck Cuny | 2016-11-09 | 1 | -1/+4 |
| | | | | | Use a light gray for the mode line and a very light yellow for the background. | ||||
* | [Emacs] Add a few custom functions. | Franck Cuny | 2016-11-08 | 1 | -0/+46 |
| | | | | Mostly stolen from spacemacs. | ||||
* | [Emacs] display message in mini buffer for a short amount of time | Franck Cuny | 2016-11-08 | 1 | -0/+3 |
| | |||||
* | [Emacs] A few more settings for flyspell. | Franck Cuny | 2016-11-08 | 1 | -3/+9 |
| | | | | Use ivy to suggest words. | ||||
* | [emacs] Nicer configuration for flycheck. | Franck Cuny | 2016-11-02 | 1 | -23/+43 |
| | |||||
* | [emacs] Remove the configuration for time. | Franck Cuny | 2016-11-02 | 1 | -7/+0 |
| | |||||
* | [emacs] Move diminish at the top. | Franck Cuny | 2016-11-02 | 1 | -3/+3 |
| | |||||
* | [emacs] Main configuration for `swiper' is done with `ivy'. | Franck Cuny | 2016-10-29 | 1 | -6/+1 |
| | |||||
* | [emacs] A few more fixes for `exec-path-from-shell'. | Franck Cuny | 2016-10-29 | 1 | -2/+5 |
| | |||||
* | [emacs] More configuration for dired. | Franck Cuny | 2016-10-29 | 1 | -1/+12 |
| | | | | | Enable the package `dired-x', and make sure we use `gls` instead of ls only if the binary is available. | ||||
* | [emacs] Add main configuration for `ivy'. | Franck Cuny | 2016-10-29 | 1 | -0/+37 |
| | |||||
* | [emacs] Move server configuration at the top. | Franck Cuny | 2016-10-29 | 1 | -4/+5 |
| | |||||
* | [emacs] A few more fixes | Franck Cuny | 2016-10-29 | 1 | -33/+44 |
| | |||||
* | [emacs] Use `shell-pop'. | Franck Cuny | 2016-10-29 | 1 | -0/+11 |
| | |||||
* | [emacs] Don't load settings for org-mode. | Franck Cuny | 2016-10-29 | 1 | -2/+0 |
| | |||||
* | [emacs] Ensure a few packages are indeed installed | Franck Cuny | 2016-10-29 | 1 | -0/+5 |
| | |||||
* | [emacs] REPL for racket is in a container. | Franck Cuny | 2016-10-29 | 1 | -1/+2 |
| | |||||
* | [emacs] Fix configuration for `flycheck'. | Franck Cuny | 2016-10-29 | 1 | -39/+41 |
| | |||||
* | [emacs] Make sure .py and .aurora files are marked as python. | Franck Cuny | 2016-10-29 | 1 | -1/+3 |
| | |||||
* | [emacs] Nicer configuration for `ibuffer'. | Franck Cuny | 2016-10-29 | 1 | -1/+28 |
| | | | | Group buffers per mode. | ||||
* | [emacs] Ensure go-eldoc and gotest are installed. | Franck Cuny | 2016-10-29 | 1 | -1/+4 |
| | |||||
* | [emacs] Add settings for `eshell' and `lisp-mode'. | Franck Cuny | 2016-10-29 | 1 | -0/+27 |
| | |||||
* | [emacs] Fix for `exec-path-from-shell'. | Franck Cuny | 2016-10-29 | 1 | -1/+2 |
| | | | | Still struggling to get this right. | ||||
* | [emacs] Add settings for `shell-pop'. | Franck Cuny | 2016-10-29 | 1 | -0/+11 |
| | |||||
* | [emacs] Add a few more settings for `helm'. | Franck Cuny | 2016-10-29 | 1 | -1/+11 |
| | |||||
* | [emacs] Add back missing binding for dired. | Franck Cuny | 2016-10-29 | 1 | -0/+1 |
| | |||||
* | [emacs] Move binding to eval region. | Franck Cuny | 2016-10-29 | 1 | -0/+1 |
| | |||||
* | [emacs] Ensure `diminish' is installed | Franck Cuny | 2016-10-29 | 1 | -1/+2 |
| | |||||
* | [emacs] Update settings for `ag'. | Franck Cuny | 2016-10-29 | 1 | -1/+5 |
| | |||||
* | [emacs] Don't set the location for the notes | Franck Cuny | 2016-10-29 | 1 | -4/+1 |
| | | | | This has been removed. | ||||
* | [emacs] Re-organize variables for the package module. | Franck Cuny | 2016-10-29 | 1 | -7/+4 |
| | |||||
* | [emacs] Add configuration to manage terminals. | Franck Cuny | 2016-10-26 | 1 | -0/+36 |
| | | | | | Manage my terminals in emacs. A few functions to quickly create new buffers and one to switch between them. | ||||
* | [emacs] Some changes to the UI. | Franck Cuny | 2016-10-26 | 1 | -8/+6 |
| | |||||
* | [emacs] add a couple of functions to open temp files | Franck Cuny | 2016-10-26 | 1 | -11/+15 |
| | | | | | | | | One of the function is to create a temp file locally, while the second one is to create it on nest. Remove the function to find the wiki pages (they are stored in Keep and Drive now). | ||||
* | [emacs] Use unicode for everything. | Franck Cuny | 2016-10-14 | 1 | -0/+2 |
| | |||||
* | [emacs] Change the font size and the frame's title. | Franck Cuny | 2016-10-14 | 1 | -2/+6 |
| | | | | | | | | Use a bigger font for the main window, and a smaller one for the modeline. Change the title of the frame to contain the mode and the name of the file. | ||||
* | [emacs] Delete configuration for org-mode. | Franck Cuny | 2016-10-14 | 1 | -43/+0 |
| | |||||
* | [emacs] Copy more environment variables. | Franck Cuny | 2016-10-14 | 1 | -2/+6 |
| | | | | | For the linter in puppet to work correctly, we need to copy the environment variables for GEM and so on. | ||||
* | [emacs] Fix indentation for a function. | Franck Cuny | 2016-08-22 | 1 | -7/+7 |
| | |||||
* | [emacs] Add a function to open a doc. page | Franck Cuny | 2016-08-22 | 2 | -0/+15 |
| | | | | | | Use ivy/read to list all the documentation page and open one with. Closes #24. | ||||
* | [emacs] Open "bashrc" as a shell file. | Franck Cuny | 2016-08-10 | 1 | -0/+1 |
| | | | | Closes #23. | ||||
* | [emacs] Add a css to preview markdown document | Franck Cuny | 2016-08-10 | 1 | -1/+1 |
| | | | | Closes #22 | ||||
* | [emacs] Use "diminish" | Franck Cuny | 2016-08-10 | 1 | -0/+2 |
| | | | | Closes #20 | ||||
* | [emacs] Add configuration for Makefile | Franck Cuny | 2016-08-04 | 1 | -0/+8 |
| | | | | Closes #12. | ||||
* | [emacs] fix the configuration for org-mode | Franck Cuny | 2016-08-04 | 1 | -6/+6 |
| | | | | | The name of the module for `use-package' was incorrect, therefore the hooks were not loaded when a org file was opened. | ||||
* | [emacs] Move back to `use-package'. | Franck Cuny | 2016-08-04 | 4 | -308/+332 |
| | | | | | | Move some settings out from 'init.el' to make it easier to read. Closes #18, closes #17, closes #7. | ||||
* | [emacs] Add package 'use-package'. | Franck Cuny | 2016-08-02 | 1 | -0/+8 |
| | | | | Closes #15. | ||||
* | [emacs] Show trailing white space | Franck Cuny | 2016-07-31 | 1 | -0/+3 |
| | | | | Closes #5 | ||||
* | [emacs] cleanup. | Franck Cuny | 2016-07-31 | 1 | -3/+1 |
| | | | | remove commented code. | ||||
* | [emacs] move around global settings. | Franck Cuny | 2016-07-31 | 1 | -11/+9 |
| | | | | Closes #10 | ||||
* | [emacs] add package gist for emacs. | Franck Cuny | 2016-07-31 | 1 | -0/+3 |
| | | | | | | I want to be able to create/list gists from emacs. Closes #8 | ||||
* | [emacs] aurora files are python code. | Franck Cuny | 2016-07-31 | 1 | -0/+1 |
| | | | | Closes #4 | ||||
* | [emacs] markdown configuration | Franck Cuny | 2016-07-31 | 1 | -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 Cuny | 2016-07-28 | 1 | -0/+1 |
| | | | | Closes #11. | ||||
* | Set the font to Droid Sans Mono | Franck Cuny | 2016-07-27 | 1 | -0/+3 |
| | | | | Closes #9 | ||||
* | [emacs] add midnight mode to clean up buffers | Franck Cuny | 2016-07-25 | 1 | -0/+3 |
| | |||||
* | [emacs] set the path to pants correctly. | Franck Cuny | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | [emacs] simplify the UI. | Franck Cuny | 2016-07-24 | 1 | -8/+2 |
| | | | | Use default theme/colors/font. | ||||
* | [emacs] Cleanup go's configuration | Franck Cuny | 2016-07-24 | 1 | -9/+2 |
| | | | | Use go-eldoc to get documentation, and remove some bindings. | ||||
* | [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. |