summary refs log tree commit diff
path: root/emacs.d/lib/funcs.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Emacs] Move all the configuration related to twitter to it's own fileFranck Cuny2017-02-181-23/+0
| | | | | | The configuration for the style checker; the functions to create remote files on nest; etc. All are now living in a file with all things related to twitter.
* [Emacs] Add a few more functions to work with 'nest' hosts.Franck Cuny2017-01-121-1/+24
| | | | | | | Add a function to open a dired buffer on a remote host, and a function to do that for nest. Also add a few functions to (un-)monitor hosts from Emacs.
* [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.