| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
* `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
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
| |
Given an URL, fetch the title of the page, and create an org-mode link
from it.
|
| |
|
|
The name `defuns` make more sense since it's a collection of
functions.
All the custom variables are using the prefix 'fcuny/' consistently.
|