Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'organize' of github.com:vermiculus/sx.el into organize | Sean Allred | 2015-01-04 | 1 | -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 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 | ||||
* | | Activate major-mode when editing code-blocks | Artur Malabarba | 2014-12-16 | 1 | -5/+8 |
| | | |||||
* | | `sx-custom-button' fails to specify containing group | Artur Malabarba | 2014-12-15 | 1 | -1/+2 |
| | | |||||
* | | user-error is "not known to be defined" in emacs 24.2 | Artur Malabarba | 2014-12-15 | 1 | -1/+1 |
| | | |||||
* | | Don't rely on cus-edit for the faces | Artur Malabarba | 2014-12-03 | 1 | -2/+10 |
| | | |||||
* | | Header commentary on sx-button | Artur Malabarba | 2014-12-03 | 1 | -5/+20 |
| | | | | | | | | Affects #123 | ||||
* | | Prettier comment button | Artur Malabarba | 2014-12-02 | 1 | -0/+1 |
| | | |||||
* | | Add an answer button | Artur Malabarba | 2014-12-02 | 1 | -0/+8 |
|/ | |||||
* | Remove bad require | Artur Malabarba | 2014-11-29 | 1 | -1/+0 |
| | |||||
* | Comments | Artur Malabarba | 2014-11-29 | 1 | -0/+2 |
| | |||||
* | Code-blocks are buttons. RET to edit, w to copy. | Artur Malabarba | 2014-11-29 | 1 | -0/+20 |
| | |||||
* | New "Add a Comment" button | Artur Malabarba | 2014-11-29 | 1 | -0/+8 |
| | |||||
* | Normalize and improve button help-echo's | Artur Malabarba | 2014-11-29 | 1 | -1/+20 |
| | |||||
* | Improve button-copy | Artur Malabarba | 2014-11-29 | 1 | -5/+9 |
| | |||||
* | Fix button-map | Artur Malabarba | 2014-11-29 | 1 | -6/+6 |
| | |||||
* | Move buttons to sx-button.el | Artur Malabarba | 2014-11-29 | 1 | -0/+77 |
Also define command to copy button's content under w. |