summary refs log tree commit diff
path: root/emacs.d/lib/my-settings.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Emacs] renamed my custom files and load them with use-package.Franck Cuny2016-11-111-63/+0
| | | | | | | The new names are more logical. They are loaded with `use-package', and the bindings are also set that way. For general bindings, we store them in the 'bindings.el' library.
* [Emacs] small changes to the style.Franck Cuny2016-11-091-1/+4
| | | | | Use a light gray for the mode line and a very light yellow for the background.
* [Emacs] display message in mini buffer for a short amount of timeFranck Cuny2016-11-081-0/+3
|
* [emacs] Some changes to the UI.Franck Cuny2016-10-261-8/+6
|
* [emacs] Use unicode for everything.Franck Cuny2016-10-141-0/+2
|
* [emacs] Change the font size and the frame's title.Franck Cuny2016-10-141-2/+6
| | | | | | | | Use a bigger font for the main window, and a smaller one for the modeline. Change the title of the frame to contain the mode and the name of the file.
* [emacs] Move back to `use-package'.Franck Cuny2016-08-041-0/+53
Move some settings out from 'init.el' to make it easier to read. Closes #18, closes #17, closes #7.