Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] Add a new theme: spacemacs. | Franck Cuny | 2019-11-23 | 1 | -8/+12 |
| | | | | | | | | The light version of the theme is pretty readable, similar to solarized but with more contrast. I'm also adding the support for the spaceline using the spacemacs theme, since it's pretty clean and improve the readability. | ||||
* | [emacs] smaller font | Franck Cuny | 2019-10-06 | 1 | -1/+1 |
| | |||||
* | [emacs] use smart-modeline (again) | Franck Cuny | 2019-09-27 | 1 | -0/+10 |
| | | | | this modeline is nice and easy to spot which modes are enabled. | ||||
* | [emacs] let's try a slightly larger font | Franck Cuny | 2019-09-16 | 1 | -1/+1 |
| | |||||
* | [emacs] once again, fonts | Franck Cuny | 2019-09-13 | 1 | -1/+1 |
| | |||||
* | [emacs] change font | Franck Cuny | 2019-08-29 | 1 | -1/+1 |
| | |||||
* | [emacs] don't stretch cursor on tabs | Franck Cuny | 2019-08-24 | 1 | -3/+0 |
| | | | | this is pretty ugly and not really helpful. | ||||
* | [emacs] improve support for go-mode | Franck Cuny | 2019-07-26 | 1 | -0/+3 |
| | | | | | | | | | | 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] font size... | Franck Cuny | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | [emacs] I really need a bigger font | Franck Cuny | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | [emacs] add adaptive cursor. | Franck Cuny | 2019-05-13 | 1 | -0/+3 |
| | |||||
* | [emacs] don't export TOC and section number for org. | Franck Cuny | 2019-05-12 | 1 | -1/+1 |
| | |||||
* | [emacs] once again, font size | Franck Cuny | 2019-05-03 | 1 | -1/+1 |
| | |||||
* | [emacs] switch back to Source Code Pro for the font | Franck Cuny | 2019-04-30 | 1 | -1/+1 |
| | |||||
* | [emacs] Fix the font. | Franck Cuny | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | [Emacs] Remove extra empty line. | Franck Cuny | 2019-02-16 | 1 | -1/+0 |
| | |||||
* | [emacs] Split configuration in multiple files. | Franck Cuny | 2019-02-16 | 1 | -0/+37 |
This is actually an easier thing to maintain. |