summary refs log tree commit diff
path: root/emacs.d/inits/00_ui.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] stop using `smart-mode-line` module.Franck Cuny2016-01-291-14/+0
|
* [emacs] stop using `diminish`.Franck Cuny2016-01-291-6/+0
|
* [emacs] slightly smaller font.Franck Cuny2016-01-191-1/+1
|
* [emacs] some small changes to the UI.Franck Cuny2016-01-131-13/+10
| | | | | Bigger font, and a few changes to the mode line (drop the time/date; remove the function name, etc.).
* [emacs] small UI updateFranck Cuny2015-12-291-7/+1
| | | | | Reduce the font size a little bit and drop plan9-theme (use the default instead).
* [emacs] use a bigger font and plan9 as a themeFranck Cuny2015-12-101-4/+5
|
* [emacs] slightly bigger font.Franck Cuny2015-12-101-1/+1
|
* [emacs] Display time and date in status bar.Franck Cuny2015-12-091-0/+5
| | | | | When Emacs is running in full screen, I find it convenient to have the date and the time in the status bar, like in `tmux`.
* [emacs] Change the font to "Droid Sans Mono"Franck Cuny2015-12-091-1/+1
|
* [emacs] add smart-mode-lineFranck Cuny2015-11-201-0/+8
|
* [emacs] use leuven for the theme.Franck Cuny2015-11-181-1/+18
|
* [emacs] Add column number to mode-line.Franck Cuny2015-11-151-3/+2
|
* [emacs] Add function's name to mode-line.Franck Cuny2015-11-151-0/+4
|
* [emacs] remove configuration for windowed mode.Franck Cuny2015-11-101-10/+0
| | | | I only use emacs in a terminal.
* [emacs] remove the theme leuven.Franck Cuny2015-11-101-5/+0
|
* [emacs] split config in different files.Franck Cuny2015-09-161-0/+40
Move the configuration for each language and major mode in it's own configuration file. Enable the theme "leuven" if run in windowed mode.