summary refs log tree commit diff
path: root/emacs.d/lib/bindings.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Emacs] Move packages configuration to a new file.Franck Cuny2017-04-271-0/+4
| | | | | Keep `init.el` as small as possible, and move all the packages to their own configuration file.
* [Emacs] renamed my custom files and load them with use-package.Franck Cuny2016-11-111-0/+8
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.