aboutsummaryrefslogtreecommitdiff
path: root/sx-babel.el
Commit message (Collapse)AuthorAgeFilesLines
* Make entire code-block a single buttonArtur Malabarba2014-12-221-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-221-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.