summary refs log tree commit diff
path: root/emacs.d/lib/funcs.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Emacs] Display how long it takes to load the configurationFranck Cuny2016-11-211-7/+2
| | | | | Instead of writing a custom function, use the emacs-startup-hook for that.
* [Emacs] renamed my custom files and load them with use-package.Franck Cuny2016-11-111-0/+100
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.