Remove the work around, since my patch squashing this bug made it!

This commit is contained in:
Gerard Vermeulen 2023-03-04 06:46:55 +01:00
parent 860010a7f7
commit 2d120d54b8
1 changed files with 2 additions and 6 deletions

View File

@ -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]: