diff options
| author | Augusto Stoffel <arstoffel@gmail.com> | 2024-11-16 13:30:39 +0100 |
|---|---|---|
| committer | Augusto Stoffel <arstoffel@gmail.com> | 2024-11-16 13:30:39 +0100 |
| commit | 5e7b609a4f8c4ba8ec6d1d994c01143b79b93c33 (patch) | |
| tree | 21285f6335daf2f94fa54082d933153506f7c281 | |
| parent | 96f5c1119f3f1b73bdf8c70c76cdabf56d72e857 (diff) | |
Version 0.7externals/comint-mime
| -rw-r--r-- | comint-mime.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comint-mime.el b/comint-mime.el index 3ee7d99..32cbee8 100644 --- a/comint-mime.el +++ b/comint-mime.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/astoff/comint-mime ;; Keywords: processes, multimedia ;; Package-Requires: ((emacs "28.1") (compat "29.1") (mathjax "0.1")) -;; Version: 0.6 +;; Version: 0.7 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -42,6 +42,12 @@ ;; (add-hook 'shell-mode-hook 'comint-mime-setup) ;; (add-hook 'inferior-python-mode-hook 'comint-mime-setup) +;;; News: + +;; Version 0.7: +;; - Use vtable to display HTML tables. +;; - Use mathjax to display LaTeX fragments. + ;;; Code: (require 'comint) |
