Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emacs: ensure diminish is installed | Franck Cuny | 2020-12-07 | 1 | -0/+3 |
| | | | | We want to diminish `which-key` mode. | ||||
* | emacs: use acme theme | Franck Cuny | 2020-12-01 | 1 | -0/+4 |
| | |||||
* | emacs: use default theme / smaller font | Franck Cuny | 2020-10-28 | 1 | -2/+1 |
| | |||||
* | [emacs]: a few changes to the UI | Franck Cuny | 2020-10-01 | 1 | -1/+8 |
| | | | | | | - disable the menu bar - use the theme "leuven" - configure the size of the fonts for linux | ||||
* | emacs: set the font for macos | Franck Cuny | 2020-08-31 | 1 | -1/+1 |
| | | | | We only want to use 'Source Code Pro' with a size of 15 on macos. | ||||
* | emacs: once again, larger font | Franck Cuny | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | emacs/ui: use the default theme | Franck Cuny | 2020-04-12 | 1 | -5/+0 |
| | |||||
* | emacs: remove unused bindings | Franck Cuny | 2020-03-19 | 1 | -3/+0 |
| | |||||
* | emacs: use the theme modus-operandi | Franck Cuny | 2020-03-19 | 1 | -10/+6 |
| | | | | | It's a light theme with high contrast. It was suggested in this article https://www.manueluberti.eu/emacs/2020/03/16/modus-themes/. | ||||
* | emacs: new module for hydra | Franck Cuny | 2020-03-15 | 1 | -3/+0 |
| | | | | | | There might be a bunch of stuff related to hydra that I will add, so move the configuration to its own package to make it easier in the future. | ||||
* | emacs: move configuration for the fringe | Franck Cuny | 2020-03-15 | 1 | -5/+2 |
| | |||||
* | [emacs] add key bindings to change font size | Franck Cuny | 2020-03-12 | 1 | -1/+3 |
| | |||||
* | [emacs] hl-line mode configuration | Franck Cuny | 2020-03-12 | 1 | -3/+3 |
| | | | | | | | | Do not enable it for everything (for example I don't want it in the various shells). I also want to make sure the stickiness is not enabled (I don't want to see two lines highlighted if I've two frames open). | ||||
* | [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. |