aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
Commit message (Collapse)AuthorAgeFilesLines
* Abstract out method callsSean Allred2014-11-081-2/+4
| | | | | | | | | | | 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'.
* Implement sx-assoc-let macro.Artur Malabarba2014-11-071-28/+26
| | | | Letbind symbols to their values inside alists.
* Refactor to use `sx-` prefixSean Allred2014-11-071-120/+121
| | | | A file stackexchange.el should be added for user-facing functions.
* Renamed all files.Artur Malabarba2014-11-071-0/+297
Still a lot to be done inside them.