Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |