From df3a4075f899347528ed1fb939f5ffa4abe8a150 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 21 Jan 2023 10:03:21 +0100 Subject: [PATCH] Fix typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index cb449f4..0873805 100644 --- a/README.org +++ b/README.org @@ -2151,7 +2151,7 @@ unbind the `org-babel' interface functions when ACTIVE is nil." ;; Work around a "(defcustom org-babel-load-languages)" call bug. (set-org-babel-language-activity 'eshell t) - (set-org-babel-language-activity 'ruby (fboundp 'lua-mode))) + (set-org-babel-language-activity 'lua (fboundp 'lua-mode))) #+end_src #+caption[Set =org-link= options]: