summaryrefslogtreecommitdiff
path: root/emacs/custom/fcuny-defuns.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-23rename a few more librariesFranck Cuny1-40/+0
2022-03-22work: manage work related functionsFranck Cuny1-4/+0
2022-02-03twitter: remove pants checker/change work-machineFranck Cuny1-12/+1
2021-01-04emacs: rename the directoryFranck Cuny1-0/+0
2020-03-19emacs: move/delete some functionsFranck Cuny1-36/+0
Some are moved to the libraries, some are deleted.
2019-12-09[org] put all configs related to org togetherFranck Cuny1-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.
2019-09-14[emacs] add a couple more functions.Franck Cuny1-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
2019-08-29[org] major rewrite of the configFranck Cuny1-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).
2019-05-12[emacs] Add functions to fetch title of a page/Franck Cuny1-0/+25
Given an URL, fetch the title of the page, and create an org-mode link from it.
2019-04-08[emacs] Add a function for python's checker.Franck Cuny1-4/+14
2019-02-17[Emacs] Rename `common.el` to `defuns.el`.Franck Cuny1-1/+1
The name `defuns` make more sense since it's a collection of functions. All the custom variables are using the prefix 'fcuny/' consistently.
2019-02-16[emacs] Split configuration in multiple files.Franck Cuny1-0/+42
This is actually an easier thing to maintain.