Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latex-mode and c-mode | Artur Malabarba | 2015-01-07 | 1 | -0/+6 |
| | |||||
* | Standardize local variables | Sean Allred | 2015-01-04 | 1 | -1/+4 |
| | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
* | Hotfix subr-x didn't exist before 24.3 | Artur Malabarba | 2014-12-20 | 1 | -2/+1 |
| | |||||
* | Hotfix require subr-x | Sean Allred | 2014-12-20 | 1 | -0/+1 |
| | | | | For `string-trim-right' | ||||
* | Make entire code-block a single button | Artur Malabarba | 2014-12-16 | 1 | -13/+13 |
| | | | | | | This fixes a bug we had. Hitting TAB on a codeblock would move us to the next line on the code block, instead of going to another button. Now the entire code block is a single button, so that is fixed. | ||||
* | delay-mode-hooks on code blocks | Artur Malabarba | 2014-12-16 | 1 | -9/+15 |
| | |||||
* | Fix some implementation bugs | Artur Malabarba | 2014-12-09 | 1 | -3/+7 |
| | |||||
* | Create sx-babel | Artur Malabarba | 2014-12-09 | 1 | -0/+114 |
Has functions and a variable for font-locking pre blocks. |