From 2d120d54b8d49f408587e24c0eca5236133939a1 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 4 Mar 2023 06:46:55 +0100 Subject: [PATCH] Remove the work around, since my patch squashing this bug made it! --- README.org | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index bc0105c..2bcd916 100644 --- a/README.org +++ b/README.org @@ -2049,13 +2049,13 @@ list detailing and motivating each listing: (calc . t) (dot . ,(fboundp 'grapviz-dot-mode)) (emacs-lisp . t) - ;; (eshell . t) ; bug + (eshell . t) (fortran . t) (gnuplot . ,(fboundp 'gnuplot-mode)) (js . t) (latex . t) (lisp . t) - ;; (lua . ,(fboundp 'lua-mode)) ; bug + (lua . ,(fboundp 'lua-mode)) (maxima . ,(fboundp 'maxima-mode)) (org . t) (perl . t) @@ -2136,10 +2136,6 @@ unbind the `org-babel' interface functions when ACTIVE is nil." (if (set-org-babel-language-activity lang nil) (message "Did deactivate `%s' for `org-babel'" lang) (message "Can't deactivate `%s' for `org-babel'" lang))) - - ;; Work around a "(defcustom org-babel-load-languages)" call bug. - (set-org-babel-language-activity 'eshell t) - (set-org-babel-language-activity 'lua (fboundp 'lua-mode))) #+end_src #+caption[Set =org-link= options]: