Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| <snippet> | |
| <content><![CDATA[${1:fn}($SELECTION)]]></content> | |
| <tabTrigger>WrapAsArg</tabTrigger> | |
| <description>Wraps Selection With Function Call</description> | |
| </snippet> |
| (with-eval-after-load 'org | |
| (defvar-local rasmus/org-at-src-begin -1 | |
| "Variable that holds whether last position was a ") | |
| (defvar rasmus/ob-header-symbol ?☰ | |
| "Symbol used for babel headers") | |
| (defun rasmus/org-prettify-src--update () | |
| (let ((case-fold-search t) |