emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cdlatex 84fe596341 09/13: Electricindex-mode now added to


From: ELPA Syncer
Subject: [nongnu] elpa/cdlatex 84fe596341 09/13: Electricindex-mode now added to cdlatex.
Date: Sat, 12 Aug 2023 12:59:20 -0400 (EDT)

branch: elpa/cdlatex
commit 84fe596341004ecde035352e259321ccfb0673c3
Author: Carsten Dominik <dominik@carstens-mbp.speedport.ip>
Commit: Carsten Dominik <dominik@carstens-mbp.speedport.ip>

    Electricindex-mode now added to cdlatex.
---
 electricindex.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/electricindex.el b/electricindex.el
index 21c17cab7e..27f11d2aeb 100644
--- a/electricindex.el
+++ b/electricindex.el
@@ -3,7 +3,7 @@
 ;;
 ;; Author: Carsten Dominik <carsten.dominik@gmail.com>
 ;; Keywords: tex
-;; Version: 0.1
+;; Version: 1.0
 ;;
 ;; This file is not part of GNU Emacs.
 ;;
@@ -25,7 +25,8 @@
 ;;; Commentary:
 ;;
 ;; Electricindex is a minor mode supporting fast digit index insertation in
-;; LaTeX math. For example typing  x 1 2  will insert x_{12}.
+;; LaTeX math. For example typing  x 1 2  will insert x_{12}. It is an
+;; independent minor mode that is distributed with the cdlatex package.
 ;;
 ;; To turn Electricindex Minor Mode on and off in a particular buffer, use
 ;; `M-x electricindex-mode'.
@@ -52,7 +53,7 @@
 (defgroup electricindex nil
   "LaTeX label and citation support."
   :tag "Electricindex"
-  :link '(url-link :tag "Home Page" "http://zon.astro.uva.nl/~dominik/Tools/";)
+  :link '(url-link :tag "Home Page" "https://github.com/cdominik/cdlatex";)
   :prefix "electricindex-"
   :group 'tex)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]