Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights | Sean Allred | 2018-01-28 | 1 | -2/+2 |
| | |||||
* | Fix #296 Make searching a bit fuzzier. | Artur Malabarba | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | Require interaction in sx-search. Fix #284 | Artur Malabarba | 2015-04-21 | 1 | -0/+1 |
| | |||||
* | Autoload sx-search-tag-at-point. Fixes #277 | Artur Malabarba | 2015-04-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into more-ordering | Artur Malabarba | 2015-03-26 | 1 | -0/+20 |
|\ | |||||
| * | Add an sx-tag-meta property to tags. | Artur Malabarba | 2015-02-14 | 1 | -3/+9 |
| | | |||||
| * | Merge branch 'master' into tag-buttons | Artur Malabarba | 2015-02-12 | 1 | -5/+19 |
| |\ | |||||
| * | | Implement sx-search-tag-at-point command | Artur Malabarba | 2015-01-15 | 1 | -0/+14 |
| | | | |||||
* | | | compiler warnings | Artur Malabarba | 2015-02-12 | 1 | -1/+2 |
| | | | |||||
* | | | Imrpove sx-question-list--order-methods | Artur Malabarba | 2015-02-12 | 1 | -2/+1 |
| | | | |||||
* | | | Define sx-question-list--descending for inverting the order | Artur Malabarba | 2015-02-12 | 1 | -0/+1 |
| | | | |||||
* | | | Make sx-search-default-order a defcustom | Artur Malabarba | 2015-02-12 | 1 | -2/+7 |
| |/ |/| | |||||
* | | sx-search-get-questions make KEYWORDS a &rest argument. | Artur Malabarba | 2015-02-11 | 1 | -2/+4 |
| | | |||||
* | | Add ordering to question lists created by sx-search | Artur Malabarba | 2015-02-11 | 1 | -2/+14 |
| | | |||||
* | | Hotfix sx-search autoload | Sean Allred | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | Should fix #255 | ||||
* | | Hot Fix #249. Searching without query | Artur Malabarba | 2015-02-07 | 1 | -1/+1 |
|/ | |||||
* | Spellcheck | Sean Allred | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | sx-search: Use concat instead of format | Artur Malabarba | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Move sx--multiple-read to sx-tag-multiple-read | Artur Malabarba | 2015-01-05 | 1 | -9/+4 |
| | |||||
* | Standardize local variables | Sean Allred | 2015-01-04 | 1 | -1/+5 |
| | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
* | Introduce convencience function for site prompting | Sean Allred | 2015-01-02 | 1 | -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-search | Artur Malabarba | 2014-12-28 | 1 | -0/+112 |
Fix #16 Fix #20 |