aboutsummaryrefslogtreecommitdiff
path: root/sx-search.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightsSean Allred2018-01-281-2/+2
|
* Fix #296 Make searching a bit fuzzier.Artur Malabarba2015-07-021-2/+2
|
* Require interaction in sx-search. Fix #284Artur Malabarba2015-04-211-0/+1
|
* Autoload sx-search-tag-at-point. Fixes #277Artur Malabarba2015-04-181-0/+1
|
* Merge branch 'master' into more-orderingArtur Malabarba2015-03-261-0/+20
|\
| * Add an sx-tag-meta property to tags.Artur Malabarba2015-02-141-3/+9
| |
| * Merge branch 'master' into tag-buttonsArtur Malabarba2015-02-121-5/+19
| |\
| * | Implement sx-search-tag-at-point commandArtur Malabarba2015-01-151-0/+14
| | |
* | | 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