emacs.org: fix typo

This commit is contained in:
traumschule 2019-01-25 23:53:14 -08:00
parent 2b2ad5c88e
commit 7d457f2f6d

View File

@ -37,7 +37,7 @@ TODOs are actually probably not that relevant for projex because it's more for i
*** code syntax highlighting and evaluation
emacs provides support for lots of lanauges and you can start an interpreter and run code with C-c C-c (evaluate buffer)
emacs provides support for lots of languages and you can start an interpreter and run code with C-c C-c (evaluate buffer)
You can also do code blocks and tangle / weave for literate programming.