summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-defuns.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [org] put all configs related to org togetherFranck Cuny2019-12-091-239/+1
| | | | | | Instead of having functions related to org in another file, move everything in a single file, this makes it easier to find dead code and update some functions.
* [emacs] add a couple more functions.Franck Cuny2019-09-141-0/+27
| | | | | | | | * `fcuny/gocs` is to use twitter's internal code search engine. * `fcuny/uniqify-region-lines` is to remove duplicated lines (useful when lines are sorted) * `fcuny/org-journal-date-format-func` is to set the correct title of the journal file
* [org] major rewrite of the configFranck Cuny2019-08-291-0/+225
| | | | | | | | | | i've used the workflow documented at http://www.howardism.org/Technical/Emacs/getting-more-boxes-done.html for the last few days and it's definitely better than anything i've tried so far. the rewrite is mostly to replicate the configuration (with some minor adjustments).
* [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.