From 7d457f2f6de5f15ce52e48978dd4b9944aa56033 Mon Sep 17 00:00:00 2001 From: traumschule Date: Fri, 25 Jan 2019 23:53:14 -0800 Subject: [PATCH] emacs.org: fix typo --- emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.