summary refs log tree commit diff
path: root/emacs.d/lib/my-functions.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] add a couple of functions to open temp filesFranck Cuny2016-10-261-11/+15
| | | | | | | | One of the function is to create a temp file locally, while the second one is to create it on nest. Remove the function to find the wiki pages (they are stored in Keep and Drive now).
* [emacs] Fix indentation for a function.Franck Cuny2016-08-221-7/+7
|
* [emacs] Add a function to open a doc. pageFranck Cuny2016-08-221-0/+11
| | | | | | Use ivy/read to list all the documentation page and open one with. Closes #24.
* [emacs] Move back to `use-package'.Franck Cuny2016-08-041-0/+38
Move some settings out from 'init.el' to make it easier to read. Closes #18, closes #17, closes #7.