[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: Add emacs-vcard-mode.
From: |
guix-commits |
Subject: |
05/08: gnu: Add emacs-vcard-mode. |
Date: |
Sat, 2 Sep 2023 12:14:26 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit c97c90ddf4214f339e5fb47e269cee5c7a8ea6f8
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Aug 21 23:14:44 2023 +0300
gnu: Add emacs-vcard-mode.
* gnu/packages/emacs-xyz.scm (emacs-vcard-mode): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6e9be72dbb..dc2998a217 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37917,6 +37917,29 @@ In particular, it saves and restores project files and
window configurations
across sessions.")
(license license:gpl3+))))
+(define-public emacs-vcard-mode
+ ;; Use the latest commit, as there are no tagged releases.
+ (let ((commit "ab1a2885a5720d7fb02d9b6583ee908ba2260b78")
+ (revision "0"))
+ (package
+ (name "emacs-vcard-mode")
+ (home-page "https://github.com/dochang/vcard-mode")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0w44ax9dxkj8mh4np9mg3yp2yakjwrgy13izq53p0vimrhywza0w"))))
+ (build-system emacs-build-system)
+ (synopsis "Emacs major mode to edit vCard files")
+ (description "This package provides a major mode for editing vCard files
+in Emacs.")
+ (license license:gpl3+))))
+
(define-public emacs-vertico-posframe
(package
(name "emacs-vertico-posframe")
- branch master updated (cee17521ec -> 8226549181), guix-commits, 2023/09/02
- 01/08: gnu: pict: Update to 3.7.4., guix-commits, 2023/09/02
- 03/08: gnu: sbcl-njson: Update to 1.1.1., guix-commits, 2023/09/02
- 05/08: gnu: Add emacs-vcard-mode.,
guix-commits <=
- 04/08: gnu: poke: Update to 3.3, guix-commits, 2023/09/02
- 06/08: gnu: Add icu4c-for-skia., guix-commits, 2023/09/02
- 08/08: gnu: mcron: Update to 1.2.3., guix-commits, 2023/09/02
- 07/08: gnu: skia: Activate tests., guix-commits, 2023/09/02
- 02/08: gnu: electrum: Update to 4.4.6., guix-commits, 2023/09/02