aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Use consistent tag formattingSean Allred2014-11-121-1/+1
| | | | | | Puts `mapconcat' to work by defining a helper function `sx-question--tag-format' and `concat'ing them with ` '. Simpler, more maintainable construction.
* Use TAB to hide/show contentArtur Malabarba2014-11-131-4/+23
|
* Background face for question.Artur Malabarba2014-11-131-30/+52
|
* Define groupsArtur Malabarba2014-11-131-2/+16
|
* Remove mode-line placeholder code for nowArtur Malabarba2014-11-131-24/+0
|
* Fix for new assoc-letArtur Malabarba2014-11-131-8/+9
|
* Implement sx-question-modeArtur Malabarba2014-11-081-0/+299
Also moves question-display code to its own file.