Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] update grouping in ibuffer | Franck Cuny | 2019-08-02 | 1 | -2/+12 |
| | | | | | review the grouping order (org first, for example, and group a few more file extensions together). | ||||
* | [emacs] drop guide key and update ibuffer config | Franck Cuny | 2019-07-30 | 1 | -8/+16 |
| | | | | | | | guide key was not that helpful, hydra is a better way to deal with that problem. update ibuffer config to group files by major mode. | ||||
* | [emacs] ediff + paren | Franck Cuny | 2019-07-30 | 1 | -3/+24 |
| | | | | | add configuration for ediff, and update the settings for the paren mode. | ||||
* | [emacs] configuration for whitespace-mode | Franck Cuny | 2019-07-30 | 1 | -3/+10 |
| | | | | | | | with trailing white space highlight on by default, they are highlighted in places i don't care (e.g. mini buffer) and this is distracting. instead, only enable them for the modes i really care about. | ||||
* | [emacs] improve support for go | Franck Cuny | 2019-07-29 | 2 | -24/+40 |
| | | | | | | | | move the requirement for `company-go` to the module for go. rework the configuration for hydra, to make it a little bit easier. force length of comments to 80 characters per line. | ||||
* | [emacs] improve support for go-mode | Franck Cuny | 2019-07-26 | 3 | -7/+36 |
| | | | | | | | | | | improve the support to write go code. adding hydra to don't have to remember all the commands i want to use with `go-guru`, and add `gotest` to run tests directly from emacs. add `company-go` for code completion. will likely add more commands to hydra as i go. | ||||
* | [emacs] use pandoc if available for markdown | Franck Cuny | 2019-07-25 | 1 | -1/+4 |
| | |||||
* | [emacs] rework the configuration for navigation. | Franck Cuny | 2019-06-25 | 1 | -24/+42 |
| | | | | | | | | | | | | mostly inspired by reading https://github.com/patrickt/emacs. i've made the configuration of counsel and ivy more explicit, by splitting the customization. i've fixed the binding for searching with a buffer to rely on rgrep instead of ag (since i've switched to rg). i'm going to try the module 'guide-key' to see if i can be better at remembering some bindings (i always forget a bunch of them). | ||||
* | [make] update path where to store screenshots. | Franck Cuny | 2019-06-24 | 1 | -5/+5 |
| | |||||
* | [emacs] fix arguments for calling ls | Franck Cuny | 2019-06-21 | 1 | -2/+2 |
| | | | | I switched to macport, and I don't have GNU ls anymore. | ||||
* | [emacs] font size... | Franck Cuny | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | [emacs] Trying to fix my go setup | Franck Cuny | 2019-06-12 | 1 | -0/+2 |
| | | | | | There's a bunch of binaries that are completely out dated, and this is causing a lot of stuff to fail with emacs. | ||||
* | [emacs] another try to load correctly GOPATH | Franck Cuny | 2019-06-12 | 1 | -3/+4 |
| | |||||
* | [emacs] don't use tips for flycheck errors | Franck Cuny | 2019-06-12 | 1 | -6/+0 |
| | | | | | They are not easy to read, and it's easier to go to the message buffer when debugging something. | ||||
* | [emacs] move org to documents instead of dropbox | Franck Cuny | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | [emacs] I really need a bigger font | Franck Cuny | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | [emacs] merged a bunch of org-files together. | Franck Cuny | 2019-05-23 | 1 | -19/+18 |
| | | | | | I'll rather have fewer files and rely on tagging to find what I'm looking for. | ||||
* | [emacs] enable org-babel for shell mode | Franck Cuny | 2019-05-23 | 1 | -0/+8 |
| | |||||
* | [emacs] add a few bindings for go. | Franck Cuny | 2019-05-23 | 1 | -0/+6 |
| | |||||
* | [emacs] update templates to rely more on inbox. | Franck Cuny | 2019-05-14 | 1 | -19/+14 |
| | | | | | I spend too much time thinking where something should go. Put it in the inbox and deal with it later. | ||||
* | [emacs] fontify code with org-babel | Franck Cuny | 2019-05-13 | 1 | -0/+1 |
| | |||||
* | [emacs] more re-work of the templates. | Franck Cuny | 2019-05-13 | 1 | -19/+16 |
| | | | | I've added a new template to create projects. | ||||
* | [emacs] add adaptive cursor. | Franck Cuny | 2019-05-13 | 1 | -0/+3 |
| | |||||
* | [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. | ||||
* | [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 | 2 | -0/+11 |
| | | | | | 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 |
| | |||||
* | [emacs] Back to using org-mode. | Franck Cuny | 2019-04-08 | 1 | -0/+24 |
| | | | | | | | 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 | 5 | -7/+10 |
| | | | | | | | 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] 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 | 20 | -0/+417 |
This is actually an easier thing to maintain. |