aboutsummaryrefslogtreecommitdiff
path: root/sx-babel.el
Commit message (Collapse)AuthorAgeFilesLines
* Add latex-mode and c-modeArtur Malabarba2015-01-071-0/+6
|
* Standardize local variablesSean Allred2015-01-041-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.3Artur Malabarba2014-12-201-2/+1
|
* Hotfix require subr-xSean Allred2014-12-201-0/+1
| | | | For `string-trim-right'
* Make entire code-block a single buttonArtur Malabarba2014-12-161-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 blocksArtur Malabarba2014-12-161-9/+15
|
* Fix some implementation bugsArtur Malabarba2014-12-091-3/+7
|
* Create sx-babelArtur Malabarba2014-12-091-0/+114
Has functions and a variable for font-locking pre blocks.