aboutsummaryrefslogtreecommitdiff
path: root/sx.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Abstract out method callsSean Allred2014-11-081-1/+2
| | | | | | | | | | | Keeping method calls within `sx-request.el' was causing circular requirements. This commit sorts through all of the requirements for each of the files and ensures that this does not happen. Much of the content removed was for `sx-request-default-keyword-arguments-alist' and related items. It was unused, so it was pruned. If it is deemed necessary in the future, it should be included in `sx-method.el'.
* Delineate and alphabetize API symbolsSean Allred2014-11-081-5/+35
| | | | It's ugly to look at, but diffs will be more precise.
* Introduce initialization logic and hooksSean Allred2014-11-071-0/+27
|
* Add missing symbolsArtur Malabarba2014-11-071-2/+2
|
* Implement sx-assoc-let macro.Artur Malabarba2014-11-071-0/+44
| | | | Letbind symbols to their values inside alists.
* Update names in testSean Allred2014-11-071-1/+1
|
* Refactor to use `sx-` prefixSean Allred2014-11-071-325/+34
| | | | A file stackexchange.el should be added for user-facing functions.
* Renamed all files.Artur Malabarba2014-11-071-0/+367
Still a lot to be done inside them.