diff --git a/emacs.org b/emacs.org index b7247b4..f0e8a99 100644 --- a/emacs.org +++ b/emacs.org @@ -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.