mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(org): jupyter-org-mime-types: restore :text/html
Ref: emacs-jupyter/jupyter#477 Ref: #2477
This commit is contained in:
@ -34,7 +34,4 @@
|
||||
(unless (bound-and-true-p 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))
|
||||
|
Reference in New Issue
Block a user