aboutsummaryrefslogtreecommitdiff
path: root/sx-search.el
Commit message (Collapse)AuthorAgeFilesLines
* 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