aboutsummaryrefslogtreecommitdiff
path: root/sx-search.el
Commit message (Collapse)AuthorAgeFilesLines
* compiler warningsArtur Malabarba2015-02-121-1/+2
|
* Imrpove sx-question-list--order-methodsArtur Malabarba2015-02-121-2/+1
|
* Define sx-question-list--descending for inverting the orderArtur Malabarba2015-02-121-0/+1
|
* Make sx-search-default-order a defcustomArtur Malabarba2015-02-121-2/+7
|
* sx-search-get-questions make KEYWORDS a &rest argument.Artur Malabarba2015-02-111-2/+4
|
* Add ordering to question lists created by sx-searchArtur Malabarba2015-02-111-2/+14
|
* Hotfix sx-search autoloadSean Allred2015-02-111-1/+1
| | | | Should fix #255
* Hot Fix #249. Searching without queryArtur Malabarba2015-02-071-1/+1
|
* SpellcheckSean Allred2015-01-071-1/+1
|
* sx-search: Use concat instead of formatArtur Malabarba2015-01-061-1/+1
|
* Move sx--multiple-read to sx-tag-multiple-readArtur Malabarba2015-01-051-9/+4
|
* Standardize local variablesSean Allred2015-01-041-1/+5
| | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* Introduce convencience function for site promptingSean Allred2015-01-021-1/+1
| | | | | | | | Arose from comment discussion at [1]. This function allows for simplified syntax when the use case wants to retrieve a site token in an interactive context. See docstring for details. [1]: https://github.com/vermiculus/sx.el/pull/183/files#r22403919
* Implement searching with sx-searchArtur Malabarba2014-12-281-0/+112
Fix #16 Fix #20