summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-ui.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emacs: use default theme / smaller fontFranck Cuny2020-10-281-2/+1
|
* [emacs]: a few changes to the UIFranck Cuny2020-10-011-1/+8
| | | | | | - disable the menu bar - use the theme "leuven" - configure the size of the fonts for linux
* emacs: set the font for macosFranck Cuny2020-08-311-1/+1
| | | | We only want to use 'Source Code Pro' with a size of 15 on macos.
* emacs: once again, larger fontFranck Cuny2020-06-181-1/+1
|
* emacs/ui: use the default themeFranck Cuny2020-04-121-5/+0
|
* emacs: remove unused bindingsFranck Cuny2020-03-191-3/+0
|
* emacs: use the theme modus-operandiFranck Cuny2020-03-191-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 hydraFranck Cuny2020-03-151-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 fringeFranck Cuny2020-03-151-5/+2
|
* [emacs] add key bindings to change font sizeFranck Cuny2020-03-121-1/+3
|
* [emacs] hl-line mode configurationFranck Cuny2020-03-121-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 fontFranck Cuny2020-03-121-1/+1
|
* emacs: don't use smart linesFranck Cuny2020-02-111-7/+0
| | | | The default one is good enough.
* emacs: ensure the package diminish is installed.Franck Cuny2020-02-111-0/+3
|
* emacs/ui: font sizeFranck Cuny2020-01-131-1/+1
| | | | | Set the size of the font to 15pt, 16 was a little bit too large on the laptop.
* emacs: bigger font.Franck Cuny2019-12-271-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 Cuny2019-12-231-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 Cuny2019-11-231-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 fontFranck Cuny2019-10-061-1/+1
|
* [emacs] use smart-modeline (again)Franck Cuny2019-09-271-0/+10
| | | | this modeline is nice and easy to spot which modes are enabled.
* [emacs] let's try a slightly larger fontFranck Cuny2019-09-161-1/+1
|
* [emacs] once again, fontsFranck Cuny2019-09-131-1/+1
|
* [emacs] change fontFranck Cuny2019-08-291-1/+1
|
* [emacs] don't stretch cursor on tabsFranck Cuny2019-08-241-3/+0
| | | | this is pretty ugly and not really helpful.
* [emacs] improve support for go-modeFranck Cuny2019-07-261-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 Cuny2019-06-211-1/+1
|
* [emacs] I really need a bigger fontFranck Cuny2019-06-101-1/+1
|
* [emacs] add adaptive cursor.Franck Cuny2019-05-131-0/+3
|
* [emacs] don't export TOC and section number for org.Franck Cuny2019-05-121-1/+1
|
* [emacs] once again, font sizeFranck Cuny2019-05-031-1/+1
|
* [emacs] switch back to Source Code Pro for the fontFranck Cuny2019-04-301-1/+1
|
* [emacs] Fix the font.Franck Cuny2019-04-081-1/+1
|
* [Emacs] Remove extra empty line.Franck Cuny2019-02-161-1/+0
|
* [emacs] Split configuration in multiple files.Franck Cuny2019-02-161-0/+37
This is actually an easier thing to maintain.