Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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. |