[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/comint-mime 5e7b609a4f 4/4: Version 0.7
From: |
ELPA Syncer |
Subject: |
[elpa] externals/comint-mime 5e7b609a4f 4/4: Version 0.7 |
Date: |
Sat, 16 Nov 2024 09:57:43 -0500 (EST) |
branch: externals/comint-mime
commit 5e7b609a4f8c4ba8ec6d1d994c01143b79b93c33
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>
Version 0.7
---
comint-mime.el | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/comint-mime.el b/comint-mime.el
index 3ee7d99ccc..32cbee8772 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)