fix(org): jupyter-org-mime-types: restore :text/html

Ref: emacs-jupyter/jupyter#477
Ref: #2477
This commit is contained in:
Henrik Lissner 2024-08-23 14:10:12 -04:00
parent e21e01d4c2
commit 7eb61896f4
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -34,7 +34,4 @@
(unless (bound-and-true-p jupyter-org-interaction-mode) (unless (bound-and-true-p jupyter-org-interaction-mode)
(jupyter-org-interaction-mode))) (jupyter-org-interaction-mode)))
;; Remove text/html since it's not human readable
(delq! :text/html jupyter-org-mime-types)
(require 'tramp)) (require 'tramp))