commit 880e044701536e4b81f0ab39cf0a1800c9c1791d parent 8cb3522689a645d1ea6c2d473582882f05e9808f Author: Hugo Soucy <hsoucy@kronostechnologies.com> Date: Tue, 13 Mar 2018 13:06:50 -0400 Update the documentation. Diffstat:
M | README.md | | | 19 | +++++++++++++++---- |
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -1,8 +1,19 @@ .emacs.d ======== -My setup for GNU Emacs. Greatly inspired by those of [Magnar Sveen](https://github.com/magnars/.emacs.d) and [Steve Purcell](https://github.com/purcell/emacs.d). +My setup for GNU Emacs. Mainly builded with +[use-package.el](https://jwiegley.github.io/use-package/). ---- - -Ma configuration pour GNU Emacs. Grandement basé et inspiré par ceux de [Magnar Sveen](https://github.com/magnars/.emacs.d) et de [Steve Purcell](https://github.com/purcell/emacs.d). +* [ui.el](./partials/ui.el) +* [autocompletion.el](./partials/autocompletion.el) +* [backups.el](./partials/backups.el) +* [charset-encoding.el](./partials/charset-encoding.el) +* [custom-settings.el](./partials/custom-settings.el) +* [defuns.el](./partials/defuns.el) +* [diff.el](./partials/diff.el) +* [email.el](./partials/email.el) +* [key-bindings.el](./partials/key-bindings.el) +* [lua.el](./partials/lua.el) +* [shell.el](./partials/shell.el) +* [varia.el](./partials/varia.el) +* [webdev.el](./partials/webdev.el)