diff options
author | Amin Bandali <bandali@gnu.org> | 2020-07-19 16:06:49 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-07-19 16:06:49 -0400 |
commit | 099dba482be5170f80559fa5dfae44e14d021a7f (patch) | |
tree | 3dd7d49711a72d1fd2d8f9fecf0f440e2fd0b4b5 | |
parent | 38f11c1f1f6556fefcc4717cf3a7b2b1d556e74a (diff) | |
download | emacsconf-wiki-099dba482be5170f80559fa5dfae44e14d021a7f.tar.xz emacsconf-wiki-099dba482be5170f80559fa5dfae44e14d021a7f.zip |
Revert "2019/talks/03: try out !format directive for highlighting"
This reverts commit 38f11c1f1f6556fefcc4717cf3a7b2b1d556e74a.
does not support org, no point in enabling/using it for the time being
-rw-r--r-- | 2019/talks/03.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2019/talks/03.md b/2019/talks/03.md index cf64c414..c703248e 100644 --- a/2019/talks/03.md +++ b/2019/talks/03.md @@ -11,7 +11,7 @@ type="video/webm"]] ### Notes -[[!format org """ +```org . Built-in support for bignums In Emacs 27, you can now have arbitrarily long integer constants, or @@ -161,4 +161,4 @@ will be chosen based on the local language. In a sense, this is more a flag to show people that we're thinking about this direction in the future, even though there is still so much more to be done, and as always, volunteers are more than welcome! -"""]] +``` |