summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-defuns.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Add functions to fetch title of a page/Franck Cuny2019-05-121-0/+25
| | | | | Given an URL, fetch the title of the page, and create an org-mode link from it.
* [emacs] Add a function for python's checker.Franck Cuny2019-04-081-4/+14
|
* [Emacs] Rename `common.el` to `defuns.el`.Franck Cuny2019-02-171-0/+42
The name `defuns` make more sense since it's a collection of functions. All the custom variables are using the prefix 'fcuny/' consistently.