Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [emacs] fix a couple templates for org. | Franck Cuny | 2019-05-12 | 1 | -2/+4 | |
| | ||||||
* | [emacs] don't export TOC and section number for org. | Franck Cuny | 2019-05-12 | 2 | -1/+4 | |
| | ||||||
* | [emacs] Fix some org-mode templates | Franck Cuny | 2019-05-12 | 1 | -4/+17 | |
| | ||||||
* | [emacs] fix refile for org-mode with swiper | Franck Cuny | 2019-05-12 | 1 | -0/+7 | |
| | | | | | | There was an issue where swiper would only offer the name of the file to refile to, not all the headings. Fix the configuration to make this work as expected. | |||||
* | [emacs] Move org-mode notes to dropbox | Franck Cuny | 2019-05-12 | 1 | -1/+1 | |
| | ||||||
* | [emacs] Add functions to fetch title of a page/ | Franck Cuny | 2019-05-12 | 1 | -0/+25 | |
| | | | | | Given an URL, fetch the title of the page, and create an org-mode link from it. | |||||
* | [tmux] drop | Franck Cuny | 2019-05-10 | 1 | -17/+0 | |
| | ||||||
* | [emacs] org mode templates | Franck Cuny | 2019-05-03 | 1 | -17/+12 | |
| | ||||||
* | [emacs] enable pretty entities in org | Franck Cuny | 2019-05-03 | 1 | -0/+2 | |
| | ||||||
* | [emacs] once again, font size | Franck Cuny | 2019-05-03 | 1 | -1/+1 | |
| | ||||||
* | [emacs] Add a template for weekly review. | Franck Cuny | 2019-04-30 | 3 | -0/+95 | |
| | | | | | In addition to the template, we introduce a new directory (etc) where this template will be. There's a new custom variable for the new path. | |||||
* | [emacs] Ignore macos files when browsing. | Franck Cuny | 2019-04-30 | 1 | -1/+2 | |
| | ||||||
* | [emacs] Update binding for templates in org mode. | Franck Cuny | 2019-04-30 | 1 | -2/+2 | |
| | | | | It's a journal, not a diary, so start with j|J. | |||||
* | [emacs] Add htmlize to export to HTML. | Franck Cuny | 2019-04-30 | 1 | -0/+3 | |
| | | | | Looks like I need this now to start exporting buffers to HTML ? | |||||
* | [emacs] Fix the todo keywords sequence. | Franck Cuny | 2019-04-30 | 1 | -10/+2 | |
| | | | | | | First, I made a typo in the name of the variable, which is why the sequencing did not work. Secondly, let's start with something simple instead of multiple sequences. | |||||
* | [emacs] Be explicit for new lines in org-mode. | Franck Cuny | 2019-04-30 | 1 | -7/+5 | |
| | | | | | | I don't want newline when I create to do items, but when I write new entries in various docs, I want that newline. It's better to be explicit in the configuration. | |||||
* | [emacs] switch back to Source Code Pro for the font | Franck Cuny | 2019-04-30 | 1 | -1/+1 | |
| | ||||||
* | [emacs] more work on org-mode. | Franck Cuny | 2019-04-19 | 1 | -25/+101 | |
| | | | | | | | | | I'm adding a custom view for the agenda, in order to see tasks in order of priorities (what's urgent, important, etc). This should help me to focus and prioritize work correctly. I've also added some comments, and used the `org-directory` variable to build all the paths. | |||||
* | [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 | |
| | ||||||
* | [scripts] Add a directory for scripts. | Franck Cuny | 2019-04-08 | 2 | -1/+11 | |
| | | | | First thing first: where to store screenshots. | |||||
* | [tmux] A few more changes. | Franck Cuny | 2019-04-08 | 2 | -0/+18 | |
| | ||||||
* | [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] Not sure how transient works yet. | Franck Cuny | 2019-02-17 | 1 | -0/+1 | |
| | ||||||
* | [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 | |
| | ||||||
* | [bash] Add a couple aliases. | Franck Cuny | 2019-02-10 | 1 | -0/+1 | |
| | ||||||
* | [base] enable history; cleanup sourced files. | Franck Cuny | 2019-02-03 | 1 | -5/+3 | |
| | | | | | | Enable the history again on the laptop. Clean up the list of files to source, and add another (private) one. | |||||
* | [bash] cleanup by deleting unused paths. | Franck Cuny | 2019-01-21 | 1 | -9/+0 | |
| | ||||||
* | clean up. | Franck Cuny | 2019-01-19 | 26 | -362/+2 | |
| | | | | Removed scripts and some configs, they will be in their own repo. | |||||
* | [bash] go back to simple prompt. | Franck Cuny | 2018-12-14 | 1 | -1/+1 | |
| | ||||||
* | [emacs] highlight line is light blue. | Franck Cuny | 2018-12-14 | 1 | -0/+1 | |
| | ||||||
* | [emacs] wider fringe. | Franck Cuny | 2018-12-14 | 1 | -1/+1 | |
| | ||||||
* | [tmux] delete it again. | Franck Cuny | 2018-11-23 | 2 | -27/+1 | |
| | ||||||
* | [bash] Let's try to use emacs tty | Franck Cuny | 2018-11-23 | 15 | -12/+311 | |
| | ||||||
* | [tmux] Small change to binding + fix terminal | Franck Cuny | 2018-11-18 | 1 | -4/+5 | |
| | | | | At this point we can use xterm instead of screen. | |||||
* | [bash] Add '#' at the beginning of the prompt | Franck Cuny | 2018-11-18 | 1 | -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 Cuny | 2018-11-17 | 1 | -0/+10 | |
| | ||||||
* | [emacs] Some update for flycheck and go. | Franck Cuny | 2018-10-22 | 1 | -14/+15 | |
| | ||||||
* | [emacs] Don't import ruby stuff in the path | Franck Cuny | 2018-10-22 | 1 | -5/+1 | |
| | ||||||
* | [aspell] Add more words | Franck Cuny | 2018-10-22 | 1 | -2/+3 | |
| | ||||||
* | [emacs] Further simplifications. | Franck Cuny | 2018-10-18 | 1 | -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 Cuny | 2018-10-18 | 1 | -30/+1 | |
| | ||||||
* | [emacs] Remove ivy and switch to ido | Franck Cuny | 2018-10-18 | 1 | -19/+26 | |
| | ||||||
* | [emacs] Simplify UI | Franck Cuny | 2018-10-18 | 1 | -21/+2 | |
| | | | | Don't need anything fancy. | |||||
* | [emacs] Customize appearance. | Franck Cuny | 2018-10-15 | 1 | -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 back | Franck Cuny | 2018-10-14 | 3 | -1/+22 | |
| | | | | Also a global config for `ag`. | |||||
* | [README] update. | Franck Cuny | 2018-10-14 | 1 | -1/+4 | |
| | ||||||
* | [emacs] add company-mode | Franck Cuny | 2018-10-06 | 1 | -0/+9 | |
| | | | | This will require more configuration later. | |||||
* | [emacs] empty scratch buffer | Franck Cuny | 2018-10-06 | 1 | -0/+1 | |
| | ||||||
* | [bash] remove a few unused things | Franck Cuny | 2018-10-04 | 1 | -6/+1 | |
| | ||||||
* | [scripts] add a few scripts | Franck Cuny | 2018-10-04 | 2 | -0/+6 | |
| | ||||||
* | [emacs] Smaller font | Franck Cuny | 2018-10-04 | 1 | -1/+1 | |
| | ||||||
* | [emacs] Update python config | Franck Cuny | 2018-10-04 | 1 | -1/+2 | |
| | ||||||
* | [emacs] Remove code to manage display. | Franck Cuny | 2018-10-01 | 1 | -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-jump | Franck Cuny | 2018-09-28 | 1 | -1/+2 | |
| | ||||||
* | [emacs] Add uniquify | Franck Cuny | 2018-09-28 | 1 | -0/+8 | |
| | ||||||
* | [emacs] Some updates for markdown, counsel, etc. | Franck Cuny | 2018-09-28 | 1 | -10/+13 | |
| | ||||||
* | [emacs] Add flycheck. | Franck Cuny | 2018-09-23 | 1 | -0/+5 | |
| | ||||||
* | [emacs] Small improvement to markdown config. | Franck Cuny | 2018-09-23 | 1 | -1/+5 | |
| | ||||||
* | [emacs] set font size to 15 | Franck Cuny | 2018-09-23 | 1 | -1/+1 | |
| | ||||||
* | [emacs] Add support for markdown | Franck Cuny | 2018-09-23 | 1 | -0/+5 | |
| | ||||||
* | [emacs] Groups directories first with dired. | Franck Cuny | 2018-09-23 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Use package 'general' for key bindings. | Franck Cuny | 2018-09-23 | 1 | -4/+5 | |
| | ||||||
* | [emacs] Update configuration for flyspell. | Franck Cuny | 2018-09-22 | 1 | -12/+13 | |
| | ||||||
* | [Emacs] Fix configuration for recentf. | Franck Cuny | 2018-09-22 | 1 | -3/+0 | |
| | ||||||
* | [emacs] a few updates to flyspell configuration | Franck Cuny | 2018-09-22 | 1 | -3/+11 | |
| | ||||||
* | [emacs] group things in the configuration | Franck Cuny | 2018-09-22 | 1 | -57/+72 | |
| | ||||||
* | [emacs] A few misc. updates. | Franck Cuny | 2018-09-21 | 1 | -27/+18 | |
| | ||||||
* | [configs] add some aurora configs. | Franck Cuny | 2018-09-18 | 3 | -0/+70 | |
| | ||||||
* | [emacs] Adding a few modes back | Franck Cuny | 2018-09-15 | 1 | -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 emacs | Franck Cuny | 2018-09-15 | 1 | -1/+1 | |
| | ||||||
* | [vim] ffs | Franck Cuny | 2018-09-09 | 8 | -2668/+2 | |
| | ||||||
* | [README] update | Franck Cuny | 2018-09-09 | 1 | -20/+1 | |
| | ||||||
* | [vim] disable syntax | Franck Cuny | 2018-09-09 | 1 | -2/+1 | |
| | ||||||
* | [vim] add more syntax / ftplugin stuff | Franck Cuny | 2018-09-09 | 3 | -0/+3 | |
| | ||||||
* | [tmux] add tmux config back | Franck Cuny | 2018-09-09 | 2 | -1/+56 | |
| | ||||||
* | [bash] set vim for the default editor | Franck Cuny | 2018-09-09 | 1 | -1/+1 | |
| | ||||||
* | Revert "[vim] Guess what." | Franck Cuny | 2018-09-08 | 4 | -2/+2611 | |
| | | | | This reverts commit 2f8889f15056a3d02012c98c0eb701ee6fb16a57. | |||||
* | [emancs] remove projectile and ivy | Franck Cuny | 2018-09-08 | 1 | -64/+0 | |
| | ||||||
* | [emacs] remove eldoc configuration | Franck Cuny | 2018-09-08 | 1 | -4/+0 | |
| | ||||||
* | [emacs] remove magit configuration | Franck Cuny | 2018-09-08 | 1 | -26/+0 | |
| | ||||||
* | [emacs] clean up go configuration | Franck Cuny | 2018-09-08 | 1 | -21/+0 | |
| | ||||||
* | [emacs] remove flycheck | Franck Cuny | 2018-09-08 | 1 | -37/+8 | |
| | ||||||
* | [emacs] remove markdown configuration | Franck Cuny | 2018-09-08 | 1 | -10/+0 | |
| | ||||||
* | [emacs] remove flycheck | Franck Cuny | 2018-09-08 | 1 | -8/+0 | |
| | ||||||
* | [emacs] remove tramp | Franck Cuny | 2018-09-08 | 1 | -5/+0 | |
| | ||||||
* | [emacs] remove duplicated package declaration | Franck Cuny | 2018-09-08 | 1 | -4/+0 | |
| | ||||||
* | [bash] Move all aliases to bashrc. | Franck Cuny | 2018-09-05 | 3 | -29/+28 | |
| | ||||||
* | [vim] Guess what. | Franck Cuny | 2018-09-05 | 4 | -2611/+2 | |
| | ||||||
* | [emacs] drop a bunch of useless stuff from the config | Franck Cuny | 2018-09-05 | 1 | -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 go | Franck Cuny | 2018-09-02 | 2 | -1/+2 | |
| | ||||||
* | [emacs] smaller font (again) | Franck Cuny | 2018-09-02 | 1 | -1/+1 | |
| | ||||||
* | [emacs] set the font size. | Franck Cuny | 2018-08-27 | 1 | -0/+2 | |
| | ||||||
* | [vim] Add vim again. Will give it another try for a week. | Franck Cuny | 2018-08-27 | 4 | -3/+2611 | |
| | ||||||
* | [emacs] merge configurations | Franck Cuny | 2018-08-19 | 7 | -307/+243 | |
| | ||||||
* | [emacs] Move some more configuration back to init.el | Franck Cuny | 2018-08-12 | 3 | -235/+215 | |
| | ||||||
* | [emacs] Move back some configs to init.el | Franck Cuny | 2018-08-11 | 2 | -72/+71 | |
| | | | | | Simplify by moving important variables and functions to the main init file. | |||||
* | [emacs] Automatically update elpa packages. | Franck Cuny | 2018-08-11 | 1 | -0/+8 | |
| | ||||||
* | [emacs] Set correctly the path for "source". | Franck Cuny | 2018-08-11 | 1 | -1/+1 | |
| | ||||||
* | [emacs] ensure use-package is installed. | Franck Cuny | 2018-08-11 | 1 | -0/+5 | |
| | | | | This is needed to bootstrap a new installation. | |||||
* | Shuffling things around in this repo | Franck Cuny | 2018-08-05 | 17 | -0/+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. | |||||
* | general cleanup | Franck Cuny | 2018-07-01 | 4 | -2589/+2 | |
| | | | | Remove vim and tmux | |||||
* | [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 | |
| | ||||||
* | [bash] fix an alias | Franck Cuny | 2018-06-13 | 1 | -1/+1 | |
| | ||||||
* | [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 | |
| | ||||||
* | Revert "[vim] Add vim-airline for now" | Franck Cuny | 2018-06-05 | 1 | -3/+1 | |
| | | | | This reverts commit 6f039174a57e3e54a96c0b03c34494c210eebfd3. | |||||
* | [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. | |||||
* | [vim] Add vim-airline for now | Franck Cuny | 2018-06-05 | 1 | -1/+3 | |
| | ||||||
* | [bash] and back .. | Franck Cuny | 2018-05-10 | 1 | -1/+1 | |
| | ||||||
* | [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 | |
| | ||||||
* | [vim] some clean up | Franck Cuny | 2018-05-10 | 1 | -2/+25 | |
| | ||||||
* | [vim] Group settings by categories | Franck Cuny | 2018-05-08 | 1 | -6/+10 | |
| | ||||||
* | [vimrc] update settings for some filetypes | Franck Cuny | 2018-05-08 | 1 | -1/+8 | |
| | ||||||
* | [vim] a couple of options | Franck Cuny | 2018-05-08 | 1 | -0/+3 | |
| | ||||||
* | [vim] move syntax to the end, set up python | Franck Cuny | 2018-05-08 | 1 | -2/+7 | |
| | ||||||
* | [vim] use vim for EDITOR | Franck Cuny | 2018-05-08 | 1 | -1/+1 | |
| | ||||||
* | [vim] Add vim again. | Franck Cuny | 2018-05-08 | 3 | -3/+2545 | |
| | | | | | Stallman's latest non sense pushed me over the edge. I will do my best to reduce my usage of software created by this idiot. | |||||
* | [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. | |||||
* | [tmux] Add tmux again. | Franck Cuny | 2018-04-08 | 2 | -3/+6 | |
| | | | | But really not sure it will stick around. | |||||
* | [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 | |
| | ||||||
* | [bash] add a few more aliases | Franck Cuny | 2018-04-01 | 1 | -1/+3 | |
| | ||||||
* | [bash] reorganize some directories | Franck Cuny | 2018-04-01 | 1 | -3/+3 | |
| | ||||||
* | [emacs] fix font (again) | Franck Cuny | 2018-03-27 | 1 | -1/+1 | |
| | ||||||
* | [bash] fix path for twitter configuration | Franck Cuny | 2018-03-27 | 1 | -1/+1 | |
| | ||||||
* | [bash] some clean up / new aliases | Franck Cuny | 2018-03-22 | 3 | -20/+28 | |
| | ||||||
* | [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 | |
| | ||||||
* | [git] ignore a file for aurora | Franck Cuny | 2018-03-07 | 1 | -0/+1 | |
| | ||||||
* | [README] Update documentation. | Franck Cuny | 2018-02-28 | 1 | -0/+6 | |
| | ||||||
* | [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 | |
| | ||||||
* | [bash] Configure $EDITOR correctly. | Franck Cuny | 2018-02-28 | 1 | -1/+1 | |
| | ||||||
* | [vim] Remove vim, I really can't get to switch. | Franck Cuny | 2018-02-28 | 22 | -2661/+3 | |
| | ||||||
* | [Makefile] fix the URL to my public key | Franck Cuny | 2018-02-25 | 1 | -1/+1 | |
| | ||||||
* | [vim] drop airline and set the status bar | Franck Cuny | 2018-02-25 | 1 | -14/+8 | |
| | ||||||
* | [git] ignore pytest and reviewboard config | Franck Cuny | 2018-02-25 | 1 | -0/+3 | |
| | ||||||
* | [bash] add some aliases to remote boxes | Franck Cuny | 2018-02-25 | 1 | -0/+2 | |
| | ||||||
* | [vim] BUILD files are python | Franck Cuny | 2018-02-25 | 1 | -0/+2 | |
| | ||||||
* | [emacs] some cleanup too, remove unused stuff | Franck Cuny | 2018-02-20 | 2 | -18/+10 | |
| | ||||||
* | [bash] some cleanup | Franck Cuny | 2018-02-20 | 1 | -10/+2 | |
| | ||||||
* | [vim] Add again vim configuration. | Franck Cuny | 2018-02-20 | 21 | -1/+2665 | |
| | | | | Will do another try with vim and a few plugins. | |||||
* | [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 | |
| | ||||||
* | [Makefile] Remove unused things | Franck Cuny | 2018-02-14 | 1 | -2/+1 | |
| | ||||||
* | [emacs] Default theme / font / colors. | Franck Cuny | 2018-01-17 | 2 | -2/+1 | |
| | ||||||
* | [git] Add configuration for GCloud repositories. | Franck Cuny | 2018-01-17 | 2 | -0/+12 | |
| | ||||||
* | [emacs] Add back my theme and switch font size / family. | Franck Cuny | 2018-01-16 | 3 | -11/+11 | |
| | ||||||
* | Remove bin, this is now in it's own repo | Franck Cuny | 2017-11-07 | 15 | -345/+0 | |
| | ||||||
* | [emacs] add scala-mode | Franck Cuny | 2017-10-18 | 1 | -0/+4 | |
| | ||||||
* | [emacs] smaller font | Franck Cuny | 2017-09-20 | 1 | -1/+1 | |
| | ||||||
* | [readme] convert from org to md | Franck Cuny | 2017-09-20 | 2 | -31/+4 | |
| | ||||||
* | [tmux] remove | Franck Cuny | 2017-09-12 | 1 | -19/+0 | |
| | ||||||
* | [bash] add alias for csnest | Franck Cuny | 2017-09-12 | 1 | -1/+1 | |
| | ||||||
* | Remove vim again | Franck Cuny | 2017-06-23 | 2 | -56/+1 | |
| | ||||||
* | Revert "[vim] Remove vim once again" | Franck Cuny | 2017-06-17 | 2 | -1/+56 | |
| | | | | This reverts commit 7dcd06c634aaf2e9222a8fd64a25b300c98c4b2a. | |||||
* | [bin] Add a script to split MH mirror set | Franck Cuny | 2017-06-16 | 1 | -0/+34 | |
| | ||||||
* | [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. | |||||
* | [git] stop using aliases | Franck Cuny | 2017-06-16 | 1 | -9/+0 | |
| | ||||||
* | [bash] use emacs for EDITOR | Franck Cuny | 2017-06-16 | 1 | -1/+1 | |
| | ||||||
* | [vim] Remove vim once again | Franck Cuny | 2017-06-16 | 2 | -56/+1 | |
| | ||||||
* | Remove a few aliases from bash. | Franck Cuny | 2017-06-11 | 1 | -6/+0 | |
| | | | | | The aliases are neat, but not having them everywhere I go is annoying. It's easier if I switch back to the default and stick to them. | |||||
* | Add configuration for vim. | Franck Cuny | 2017-06-11 | 3 | -2/+57 | |
| | | | | This is just a test at this point. | |||||
* | [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 | |
| | ||||||
* | [bash] ssh is (again) broken with OSX ? | Franck Cuny | 2017-04-06 | 1 | -4/+4 | |
| | ||||||
* | [bin] Report OS-7 progress for Manhattan. | Franck Cuny | 2017-04-06 | 1 | -0/+40 | |
| | ||||||
* | [bash] A few more aliases to ssh to hosts. | Franck Cuny | 2017-03-14 | 1 | -0/+3 | |
| | ||||||
* | [Emacs] cosmetic change (font size and background color) | Franck Cuny | 2017-03-14 | 2 | -2/+2 | |
| | ||||||
* | [Bash] re-organize Twitter's configuration. | Franck Cuny | 2017-02-27 | 1 | -9/+15 | |
| | ||||||
* | [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 | |
| | ||||||
* | [README] up | Franck Cuny | 2017-02-20 | 1 | -2/+1 | |
| | ||||||
* | [notes] Delete the notes | Franck Cuny | 2017-02-20 | 2 | -96/+0 | |
| | | | | Will use Google Keep instead. | |||||
* | [ctags] initial configuration | Franck Cuny | 2017-02-18 | 2 | -0/+26 | |
| | ||||||
* | [notes] up | Franck Cuny | 2017-02-18 | 1 | -2/+37 | |
| | ||||||
* | [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. | |||||
* | [notes] up | Franck Cuny | 2017-02-17 | 2 | -1/+28 | |
| | ||||||
* | [Emacs] Move wabi-sabi theme inside this repo. | Franck Cuny | 2017-02-17 | 2 | -1/+63 | |
| | ||||||
* | [bin] Script to install fonts | Franck Cuny | 2017-02-17 | 1 | -0/+11 | |
| | ||||||
* | [Emacs] and back to a smaller font | Franck Cuny | 2017-02-16 | 1 | -1/+1 | |
| | ||||||
* | [doc] up | Franck Cuny | 2017-02-16 | 1 | -0/+5 | |
| | ||||||
* | [bin] prefix twitter's scripts with 'tw'. | Franck Cuny | 2017-02-16 | 5 | -0/+0 | |
| | ||||||
* | [notes] up | Franck Cuny | 2017-02-16 | 2 | -0/+34 | |
| | ||||||
* | [bin] Update a bunch of scripts. | Franck Cuny | 2017-02-15 | 4 | -1/+20 | |
| | ||||||
* | [tmux] and once again, add it back .. | Franck Cuny | 2017-02-13 | 2 | -1/+21 | |
| | ||||||
* | [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. | |||||
* | [bin] Was renamed. | Franck Cuny | 2017-02-03 | 1 | -25/+0 | |
| | ||||||
* | [Doc] Update. | Franck Cuny | 2017-02-03 | 1 | -0/+9 | |
| |