summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] org mode templatesFranck Cuny2019-05-031-17/+12
|
* [emacs] enable pretty entities in orgFranck Cuny2019-05-031-0/+2
|
* [emacs] once again, font sizeFranck Cuny2019-05-031-1/+1
|
* [emacs] Add a template for weekly review.Franck Cuny2019-04-303-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 Cuny2019-04-301-1/+2
|
* [emacs] Update binding for templates in org mode.Franck Cuny2019-04-301-2/+2
| | | | It's a journal, not a diary, so start with j|J.
* [emacs] Add htmlize to export to HTML.Franck Cuny2019-04-301-0/+3
| | | | Looks like I need this now to start exporting buffers to HTML ?
* [emacs] Fix the todo keywords sequence.Franck Cuny2019-04-301-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 Cuny2019-04-301-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 fontFranck Cuny2019-04-301-1/+1
|
* [emacs] more work on org-mode.Franck Cuny2019-04-191-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 Cuny2019-04-191-0/+22
|
* [emacs] white-mode is for prog-mode only.Franck Cuny2019-04-191-1/+1
|
* [emacs] add a few more templates to org-mode.Franck Cuny2019-04-181-7/+28
|
* [emacs] set my identity.Franck Cuny2019-04-181-0/+3
|
* [emacs] Ignore some files with dired.Franck Cuny2019-04-181-0/+11
|
* [scripts] Add a directory for scripts.Franck Cuny2019-04-082-1/+11
| | | | First thing first: where to store screenshots.
* [tmux] A few more changes.Franck Cuny2019-04-082-0/+18
|
* [emacs] Back to using org-mode.Franck Cuny2019-04-082-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 Cuny2019-04-081-1/+5
|
* [emacs] When to load pants.Franck Cuny2019-04-081-0/+1
|
* [emacs] Fix the font.Franck Cuny2019-04-081-1/+1
|
* [emacs] Add a function for python's checker.Franck Cuny2019-04-081-4/+14
|
* [Emacs] Not sure how transient works yet.Franck Cuny2019-02-171-0/+1
|
* [Emacs] Twitter related configurations are groupedFranck Cuny2019-02-171-0/+12
| | | | | Things that are related to working at Twitter are in a single file now.
* [Emacs] BUILD files are not Python.Franck Cuny2019-02-171-2/+1
| | | | BUILD files are managed by the `pants` module.
* [Emacs] Rename `common.el` to `defuns.el`.Franck Cuny2019-02-176-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 Cuny2019-02-166-2/+6
|
* [Emacs] Remove extra empty line.Franck Cuny2019-02-161-1/+0
|
* [Emacs] remove extra empty line.Franck Cuny2019-02-161-1/+0
|
* [emacs] Simplify flycheck configurationFranck Cuny2019-02-161-49/+13
| | | | | I do not need custom style for reporting errors. Also move settings to `:custom`.
* [emacs] Split configuration in multiple files.Franck Cuny2019-02-1621-329/+442
| | | | This is actually an easier thing to maintain.
* [emacs] Add a function to select and copy buffer.Franck Cuny2019-02-161-1/+8
|
* [emacs] Same font size as my terminal.Franck Cuny2019-02-111-1/+1
|
* [bash] Add a couple aliases.Franck Cuny2019-02-101-0/+1
|
* [base] enable history; cleanup sourced files.Franck Cuny2019-02-031-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 Cuny2019-01-211-9/+0
|
* clean up.Franck Cuny2019-01-1926-362/+2
| | | | Removed scripts and some configs, they will be in their own repo.
* [bash] go back to simple prompt.Franck Cuny2018-12-141-1/+1
|
* [emacs] highlight line is light blue.Franck Cuny2018-12-141-0/+1
|
* [emacs] wider fringe.Franck Cuny2018-12-141-1/+1
|
* [tmux] delete it again.Franck Cuny2018-11-232-27/+1
|
* [bash] Let's try to use emacs ttyFranck Cuny2018-11-2315-12/+311
|
* [tmux] Small change to binding + fix terminalFranck Cuny2018-11-181-4/+5
| | | | At this point we can use xterm instead of screen.
* [bash] Add '#' at the beginning of the promptFranck Cuny2018-11-181-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 Cuny2018-11-171-0/+10
|
* [emacs] Some update for flycheck and go.Franck Cuny2018-10-221-14/+15
|
* [emacs] Don't import ruby stuff in the pathFranck Cuny2018-10-221-5/+1
|
* [aspell] Add more wordsFranck Cuny2018-10-221-2/+3
|
* [emacs] Further simplifications.Franck Cuny2018-10-181-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 Cuny2018-10-181-30/+1
|
* [emacs] Remove ivy and switch to idoFranck Cuny2018-10-181-19/+26
|
* [emacs] Simplify UIFranck Cuny2018-10-181-21/+2
| | | | Don't need anything fancy.
* [emacs] Customize appearance.Franck Cuny2018-10-151-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 backFranck Cuny2018-10-143-1/+22
| | | | Also a global config for `ag`.
* [README] update.Franck Cuny2018-10-141-1/+4
|
* [emacs] add company-modeFranck Cuny2018-10-061-0/+9
| | | | This will require more configuration later.
* [emacs] empty scratch bufferFranck Cuny2018-10-061-0/+1
|
* [bash] remove a few unused thingsFranck Cuny2018-10-041-6/+1
|
* [scripts] add a few scriptsFranck Cuny2018-10-042-0/+6
|
* [emacs] Smaller fontFranck Cuny2018-10-041-1/+1
|
* [emacs] Update python configFranck Cuny2018-10-041-1/+2
|
* [emacs] Remove code to manage display.Franck Cuny2018-10-011-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-jumpFranck Cuny2018-09-281-1/+2
|
* [emacs] Add uniquifyFranck Cuny2018-09-281-0/+8
|
* [emacs] Some updates for markdown, counsel, etc.Franck Cuny2018-09-281-10/+13
|
* [emacs] Add flycheck.Franck Cuny2018-09-231-0/+5
|
* [emacs] Small improvement to markdown config.Franck Cuny2018-09-231-1/+5
|
* [emacs] set font size to 15Franck Cuny2018-09-231-1/+1
|
* [emacs] Add support for markdownFranck Cuny2018-09-231-0/+5
|
* [emacs] Groups directories first with dired.Franck Cuny2018-09-231-0/+1
|
* [emacs] Use package 'general' for key bindings.Franck Cuny2018-09-231-4/+5
|
* [emacs] Update configuration for flyspell.Franck Cuny2018-09-221-12/+13
|
* [Emacs] Fix configuration for recentf.Franck Cuny2018-09-221-3/+0
|
* [emacs] a few updates to flyspell configurationFranck Cuny2018-09-221-3/+11
|
* [emacs] group things in the configurationFranck Cuny2018-09-221-57/+72
|
* [emacs] A few misc. updates.Franck Cuny2018-09-211-27/+18
|
* [configs] add some aurora configs.Franck Cuny2018-09-183-0/+70
|
* [emacs] Adding a few modes backFranck Cuny2018-09-151-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 emacsFranck Cuny2018-09-151-1/+1
|
* [vim] ffsFranck Cuny2018-09-098-2668/+2
|
* [README] updateFranck Cuny2018-09-091-20/+1
|
* [vim] disable syntaxFranck Cuny2018-09-091-2/+1
|
* [vim] add more syntax / ftplugin stuffFranck Cuny2018-09-093-0/+3
|
* [tmux] add tmux config backFranck Cuny2018-09-092-1/+56
|
* [bash] set vim for the default editorFranck Cuny2018-09-091-1/+1
|
* Revert "[vim] Guess what."Franck Cuny2018-09-084-2/+2611
| | | | This reverts commit 2f8889f15056a3d02012c98c0eb701ee6fb16a57.
* [emancs] remove projectile and ivyFranck Cuny2018-09-081-64/+0
|
* [emacs] remove eldoc configurationFranck Cuny2018-09-081-4/+0
|
* [emacs] remove magit configurationFranck Cuny2018-09-081-26/+0
|
* [emacs] clean up go configurationFranck Cuny2018-09-081-21/+0
|
* [emacs] remove flycheckFranck Cuny2018-09-081-37/+8
|
* [emacs] remove markdown configurationFranck Cuny2018-09-081-10/+0
|
* [emacs] remove flycheckFranck Cuny2018-09-081-8/+0
|
* [emacs] remove trampFranck Cuny2018-09-081-5/+0
|
* [emacs] remove duplicated package declarationFranck Cuny2018-09-081-4/+0
|
* [bash] Move all aliases to bashrc.Franck Cuny2018-09-053-29/+28
|
* [vim] Guess what.Franck Cuny2018-09-054-2611/+2
|
* [emacs] drop a bunch of useless stuff from the configFranck Cuny2018-09-051-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 goFranck Cuny2018-09-022-1/+2
|
* [emacs] smaller font (again)Franck Cuny2018-09-021-1/+1
|
* [emacs] set the font size.Franck Cuny2018-08-271-0/+2
|
* [vim] Add vim again. Will give it another try for a week.Franck Cuny2018-08-274-3/+2611
|
* [emacs] merge configurationsFranck Cuny2018-08-197-307/+243
|
* [emacs] Move some more configuration back to init.elFranck Cuny2018-08-123-235/+215
|
* [emacs] Move back some configs to init.elFranck Cuny2018-08-112-72/+71
| | | | | Simplify by moving important variables and functions to the main init file.
* [emacs] Automatically update elpa packages.Franck Cuny2018-08-111-0/+8
|
* [emacs] Set correctly the path for "source".Franck Cuny2018-08-111-1/+1
|
* [emacs] ensure use-package is installed.Franck Cuny2018-08-111-0/+5
| | | | This is needed to bootstrap a new installation.
* Shuffling things around in this repoFranck Cuny2018-08-0517-0/+0
|
* [emacs] set font size for osxFranck Cuny2018-07-291-1/+1
|
* [emacs] BUILD files are python (at work)Franck Cuny2018-07-171-1/+4
|
* [emacs] Simplify the configurationFranck Cuny2018-07-1721-375/+294
| | | | Reduce the number of configuration files.
* [emacs] Set font per operating system.Franck Cuny2018-07-082-0/+6
|
* [emacs] Reduce number of configuration files.Franck Cuny2018-07-085-55/+45
| | | | Group settings in a sensible way.
* [emacs] Ensure magit is installed.Franck Cuny2018-07-071-0/+1
|
* [emacs] Configure correctly for linux (chrome).Franck Cuny2018-07-074-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 Cuny2018-07-064-18/+20
|
* [emacs] Forgot to add the serializer config.Franck Cuny2018-07-062-0/+39
| | | | Closes #6
* [emacs] Consolidate all serializers format in one file.Franck Cuny2018-07-065-41/+1
| | | | | | This is easier to maintain. Closes #6
* [emacs] Configure correctly python.Franck Cuny2018-07-031-5/+16
| | | | Add anacondo, load eldoc correctly, etc.
* [emacs] A number of fixes for go-modeFranck Cuny2018-07-031-21/+30
| | | | | Set correctly go-eldoc, set the width of tab to 2, define a proper hook, etc.
* [emacs] Remove configuration for rustFranck Cuny2018-07-013-34/+0
| | | | Remove backup file too for basic settings.
* general cleanupFranck Cuny2018-07-014-2589/+2
| | | | Remove vim and tmux
* [emacs] Massive rewriteFranck Cuny2018-06-2958-766/+532
|
* [emacs] Move back some configs to init.elFranck Cuny2018-06-133-66/+54
|
* [bash] fix an aliasFranck Cuny2018-06-131-1/+1
|
* [emacs] mehFranck Cuny2018-06-111-2/+0
|
* [emacs] fix comment for fringeFranck Cuny2018-06-111-1/+1
|
* [emacs] Update hydra definition for projectileFranck Cuny2018-06-111-32/+20
|
* Revert "[vim] Add vim-airline for now"Franck Cuny2018-06-051-3/+1
| | | | This reverts commit 6f039174a57e3e54a96c0b03c34494c210eebfd3.
* [emacs] Some cleanup for markdown.Franck Cuny2018-06-051-9/+2
|
* [emacs] Some clean up for the server.Franck Cuny2018-06-051-3/+2
|
* [emacs] Some major clean up.Franck Cuny2018-06-0520-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 nowFranck Cuny2018-06-051-1/+3
|
* [bash] and back ..Franck Cuny2018-05-101-1/+1
|
* [emacs] add support for javascriptFranck Cuny2018-05-101-0/+12
|
* [emacs] some minor tweask to autocompleteFranck Cuny2018-05-101-3/+3
|
* [emacs] add racer for rustFranck Cuny2018-05-101-0/+4
|
* [vim] some clean upFranck Cuny2018-05-101-2/+25
|
* [vim] Group settings by categoriesFranck Cuny2018-05-081-6/+10
|
* [vimrc] update settings for some filetypesFranck Cuny2018-05-081-1/+8
|
* [vim] a couple of optionsFranck Cuny2018-05-081-0/+3
|
* [vim] move syntax to the end, set up pythonFranck Cuny2018-05-081-2/+7
|
* [vim] use vim for EDITORFranck Cuny2018-05-081-1/+1
|
* [vim] Add vim again.Franck Cuny2018-05-083-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 Cuny2018-04-171-1/+3
|
* [emacs] some more hydra stuff.Franck Cuny2018-04-172-2/+3
|
* [emacs] Rewrite the python module.Franck Cuny2018-04-171-11/+5
|
* [emacs] Add a custom variable for the files ignored by projectile.Franck Cuny2018-04-172-2/+16
|
* [emacs] Add hydra for magit.Franck Cuny2018-04-121-1/+14
|
* [emacs] Add hydra for projectile.Franck Cuny2018-04-121-0/+44
|
* [emacs] Add smart-mode-line and a larger fringe.Franck Cuny2018-04-121-1/+14
|
* [emacs] Fix (I think) the binding for hydraFranck Cuny2018-04-085-16/+29
|
* [emacs] Add additional variables.Franck Cuny2018-04-083-6/+11
|
* [emacs] Rename some custom variables.Franck Cuny2018-04-083-18/+26
| | | | Use '-' as a separator instead of '/' in some variable's names.
* [tmux] Add tmux again.Franck Cuny2018-04-082-3/+6
| | | | But really not sure it will stick around.
* [emacs] Large refactoring.Franck Cuny2018-04-0843-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 reorgFranck Cuny2018-04-012-4/+4
|
* [bash] add a few more aliasesFranck Cuny2018-04-011-1/+3
|
* [bash] reorganize some directoriesFranck Cuny2018-04-011-3/+3
|
* [emacs] fix font (again)Franck Cuny2018-03-271-1/+1
|
* [bash] fix path for twitter configurationFranck Cuny2018-03-271-1/+1
|
* [bash] some clean up / new aliasesFranck Cuny2018-03-223-20/+28
|
* [emacs] well, fonts ...Franck Cuny2018-03-221-1/+1
|
* [emacs] Emacs is not a tool to operate hosts/clusters.Franck Cuny2018-03-221-13/+0
|
* [emacs] add support for rust.Franck Cuny2018-03-221-0/+16
|
* [git] ignore a file for auroraFranck Cuny2018-03-071-0/+1
|
* [README] Update documentation.Franck Cuny2018-02-281-0/+6
|
* [emacs] Add Google's C style guide.Franck Cuny2018-02-281-0/+3
|
* [emacs] No, smaller font :pFranck Cuny2018-02-281-1/+1
|
* [emacs] some visual changes:Franck Cuny2018-02-281-5/+3
| | | | | | - change frame title to include filename - bigger fringe - biffer font (again)
* [emacs] add support for protobufFranck Cuny2018-02-281-0/+4
|
* [bash] Configure $EDITOR correctly.Franck Cuny2018-02-281-1/+1
|
* [vim] Remove vim, I really can't get to switch.Franck Cuny2018-02-2822-2661/+3
|
* [Makefile] fix the URL to my public keyFranck Cuny2018-02-251-1/+1
|
* [vim] drop airline and set the status barFranck Cuny2018-02-251-14/+8
|
* [git] ignore pytest and reviewboard configFranck Cuny2018-02-251-0/+3
|
* [bash] add some aliases to remote boxesFranck Cuny2018-02-251-0/+2
|
* [vim] BUILD files are pythonFranck Cuny2018-02-251-0/+2
|
* [emacs] some cleanup too, remove unused stuffFranck Cuny2018-02-202-18/+10
|
* [bash] some cleanupFranck Cuny2018-02-201-10/+2
|
* [vim] Add again vim configuration.Franck Cuny2018-02-2021-1/+2665
| | | | Will do another try with vim and a few plugins.
* [Emacs] Set different font size for Linux and darwin.Franck Cuny2018-02-181-1/+3
| | | | We want a smaller font on Linux.
* [emacs] Set font to DejaVuFranck Cuny2018-02-141-1/+1
|
* [Makefile] Remove unused thingsFranck Cuny2018-02-141-2/+1
|
* [emacs] Default theme / font / colors.Franck Cuny2018-01-172-2/+1
|
* [git] Add configuration for GCloud repositories.Franck Cuny2018-01-172-0/+12
|
* [emacs] Add back my theme and switch font size / family.Franck Cuny2018-01-163-11/+11
|
* Remove bin, this is now in it's own repoFranck Cuny2017-11-0715-345/+0
|
* [emacs] add scala-modeFranck Cuny2017-10-181-0/+4
|
* [emacs] smaller fontFranck Cuny2017-09-201-1/+1
|
* [readme] convert from org to mdFranck Cuny2017-09-202-31/+4
|
* [tmux] removeFranck Cuny2017-09-121-19/+0
|
* [bash] add alias for csnestFranck Cuny2017-09-121-1/+1
|
* Remove vim againFranck Cuny2017-06-232-56/+1
|
* Revert "[vim] Remove vim once again"Franck Cuny2017-06-172-1/+56
| | | | This reverts commit 7dcd06c634aaf2e9222a8fd64a25b300c98c4b2a.
* [bin] Add a script to split MH mirror setFranck Cuny2017-06-161-0/+34
|
* [emacs] Add org-mode configuration once again.Franck Cuny2017-06-162-2/+53
| | | | Only load some packages if we are using a recent version of Emacs.
* [git] stop using aliasesFranck Cuny2017-06-161-9/+0
|
* [bash] use emacs for EDITORFranck Cuny2017-06-161-1/+1
|
* [vim] Remove vim once againFranck Cuny2017-06-162-56/+1
|
* Remove a few aliases from bash.Franck Cuny2017-06-111-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 Cuny2017-06-113-2/+57
| | | | This is just a test at this point.
* [Emacs] Move packages configuration to a new file.Franck Cuny2017-04-273-458/+428
| | | | | Keep `init.el` as small as possible, and move all the packages to their own configuration file.
* [Emacs] fix a commentFranck Cuny2017-04-271-1/+1
|
* [Emacs] Remove configuration for termFranck Cuny2017-04-271-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 eshellFranck Cuny2017-04-271-22/+0
| | | | I don't use it (this is too slow)
* [Emacs] update binding for agFranck Cuny2017-04-271-2/+8
|
* [Emacs] small adjustment to wabi-sabi.Franck Cuny2017-04-071-5/+5
| | | | A little bit less "yellow".
* [Emacs] Use the system's default mono font.Franck Cuny2017-04-071-1/+1
| | | | Menlo on OSX
* [Emacs] Remove spacelineFranck Cuny2017-04-071-8/+0
|
* [Emacs] change the style of the cursor.Franck Cuny2017-04-061-1/+1
|
* [bash] ssh is (again) broken with OSX ?Franck Cuny2017-04-061-4/+4
|
* [bin] Report OS-7 progress for Manhattan.Franck Cuny2017-04-061-0/+40
|
* [bash] A few more aliases to ssh to hosts.Franck Cuny2017-03-141-0/+3
|
* [Emacs] cosmetic change (font size and background color)Franck Cuny2017-03-142-2/+2
|
* [Bash] re-organize Twitter's configuration.Franck Cuny2017-02-271-9/+15
|
* [Emacs] Don't use native fullscreen for OSX.Franck Cuny2017-02-271-0/+4
|
* [Emacs] Enable global highlight and fix font.Franck Cuny2017-02-271-1/+4
|
* [Emacs] Change the theme for spaceline.Franck Cuny2017-02-271-1/+2
|
* [Emacs] Use different color for highlight and region.Franck Cuny2017-02-271-2/+3
|
* [README] upFranck Cuny2017-02-201-2/+1
|
* [notes] Delete the notesFranck Cuny2017-02-202-96/+0
| | | | Will use Google Keep instead.
* [ctags] initial configurationFranck Cuny2017-02-182-0/+26
|
* [notes] upFranck Cuny2017-02-181-2/+37
|
* [Emacs] Simple configuration for org-mode.Franck Cuny2017-02-181-3/+12
|
* [Emacs] Remove configuration for 'popwin'.Franck Cuny2017-02-181-7/+0
| | | | Another package I don't use.
* [Emacs] Remove dependency for gist.Franck Cuny2017-02-181-5/+0
| | | | I don't use it.
* [Emacs] Move all the configuration related to twitter to it's own fileFranck Cuny2017-02-183-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] upFranck Cuny2017-02-172-1/+28
|
* [Emacs] Move wabi-sabi theme inside this repo.Franck Cuny2017-02-172-1/+63
|
* [bin] Script to install fontsFranck Cuny2017-02-171-0/+11
|
* [Emacs] and back to a smaller fontFranck Cuny2017-02-161-1/+1
|
* [doc] upFranck Cuny2017-02-161-0/+5
|
* [bin] prefix twitter's scripts with 'tw'.Franck Cuny2017-02-165-0/+0
|
* [notes] upFranck Cuny2017-02-162-0/+34
|
* [bin] Update a bunch of scripts.Franck Cuny2017-02-154-1/+20
|
* [tmux] and once again, add it back ..Franck Cuny2017-02-132-1/+21
|
* [Emacs] Add spacelineFranck Cuny2017-02-101-0/+7
|
* [Emacs] Remove `flycheck-pos-tip`.Franck Cuny2017-02-041-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 Cuny2017-02-031-25/+0
|
* [Doc] Update.Franck Cuny2017-02-031-0/+9
|
* [tmux] Delete it (again)Franck Cuny2017-02-032-25/+2
|
* [bin] Find active kestrel queues.Franck Cuny2017-02-031-0/+25
|
* [bin] Dump OS-7 migration.Franck Cuny2017-02-031-0/+26
|
* [Emacs] Use pop-win for pants' buffer.Franck Cuny2017-02-031-0/+7
| | | | Display the buffer in a pop-up window.
* [bin] Remove 'science'Franck Cuny2017-01-272-33/+33
|
* [Emacs] Remove custom checker for Python style.Franck Cuny2017-01-271-17/+7
| | | | | The checker lives in it's own repository: https://github.com/franckcuny/flycheck-twitter-python-style
* [Emacs] Improve support for Golang.Franck Cuny2017-01-271-19/+25
| | | | | Install a few extra packages (go-guru, gotest); rewrite the hooks into a function; don't display tabs with withespace mode.