summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-ui.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.