Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] size of the font | Franck Cuny | 2020-03-12 | 1 | -1/+1 |
| | |||||
* | emacs: don't use smart lines | Franck Cuny | 2020-02-11 | 1 | -7/+0 |
| | | | | The default one is good enough. | ||||
* | emacs: ensure the package diminish is installed. | Franck Cuny | 2020-02-11 | 1 | -0/+3 |
| | |||||
* | emacs/ui: font size | Franck Cuny | 2020-01-13 | 1 | -1/+1 |
| | | | | | Set the size of the font to 15pt, 16 was a little bit too large on the laptop. | ||||
* | emacs: bigger font. | Franck Cuny | 2019-12-27 | 1 | -1/+1 |
| | | | | | I need to use bigger font, I wasted a lot of time yesterday on an issue that was caused by a typo. | ||||
* | emacs: Add time to the modeline and smaller font. | Franck Cuny | 2019-12-23 | 1 | -12/+18 |
| | | | | | | | | Add the current time (in 24 hours format) to the modeline. Configure Emacs to start in fullscreen. Set a slightly smaller font too (but keep the same font). | ||||
* | [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. |