aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
Commit message (Collapse)AuthorAgeFilesLines
* Standardize local variablesSean Allred2014-12-011-2/+2
| | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* WhitespaceArtur Malabarba2014-11-291-1/+1
|
* Split sx-question-mode into two files.Artur Malabarba2014-11-291-0/+440
sx-question-print holds all the logic for printing the buffer's content. The original file is reserved for the mode definition, interactive commands, and functions that create and display the bufer.