mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -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)
|
(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))
|
||||||
|
Reference in New Issue
Block a user