aboutsummaryrefslogtreecommitdiff
path: root/sx-button.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'organize' of github.com:vermiculus/sx.el into organizeSean Allred2015-01-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-cache.el sx-encoding.el sx-favorites.el sx-filter.el sx-interaction.el sx-method.el sx-question-list.el sx-question-mode.el sx-question-print.el sx-question.el sx-tab.el sx-time.el sx.el
* | 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
* | Activate major-mode when editing code-blocksArtur Malabarba2014-12-161-5/+8
| |
* | `sx-custom-button' fails to specify containing groupArtur Malabarba2014-12-151-1/+2
| |
* | user-error is "not known to be defined" in emacs 24.2Artur Malabarba2014-12-151-1/+1
| |
* | Don't rely on cus-edit for the facesArtur Malabarba2014-12-031-2/+10
| |
* | Header commentary on sx-buttonArtur Malabarba2014-12-031-5/+20
| | | | | | | | Affects #123
* | Prettier comment buttonArtur Malabarba2014-12-021-0/+1
| |
* | Add an answer buttonArtur Malabarba2014-12-021-0/+8
|/
* Remove bad requireArtur Malabarba2014-11-291-1/+0
|
* CommentsArtur Malabarba2014-11-291-0/+2
|
* Code-blocks are buttons. RET to edit, w to copy.Artur Malabarba2014-11-291-0/+20
|
* New "Add a Comment" buttonArtur Malabarba2014-11-291-0/+8
|
* Normalize and improve button help-echo'sArtur Malabarba2014-11-291-1/+20
|
* Improve button-copyArtur Malabarba2014-11-291-5/+9
|
* Fix button-mapArtur Malabarba2014-11-291-6/+6
|
* Move buttons to sx-button.elArtur Malabarba2014-11-291-0/+77
Also define command to copy button's content under w.