[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/19: gnu: Add emacs-names.
From: |
guix-commits |
Subject: |
13/19: gnu: Add emacs-names. |
Date: |
Mon, 6 May 2019 05:19:36 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a08530df08b943f2131873e9f86e326477dfa1c7
Author: Brian Leung <address@hidden>
Date: Fri Apr 19 20:58:21 2019 +0200
gnu: Add emacs-names.
* gnu/packages/emacs-xyz.scm (emacs-names): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 367f46f..b33502f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2719,6 +2719,30 @@ the speedbar window.")
"This package provides commands to quickly switch between shell buffers.")
(license license:gpl3+)))
+(define-public emacs-names
+ (let ((commit "d8baba5360e5253938a25d3e005455b6d2d86971")
+ (version "20151201.0")
+ (revision "8"))
+ (package
+ (name "emacs-names")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Malabarba/names")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "11wyha2q8y7bzqq3jrzix8n97ywvsibvddrahqcps1a1yqk4hzfz"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/Malabarba/names/")
+ (synopsis "Namespace implementation for Emacs Lisp")
+ (description
+ "This package provides a macro that writes your namespaces for you.")
+ (license license:gpl3+))))
+
(define-public emacs-ob-ipython
(package
(name "emacs-ob-ipython")
- 12/19: gnu: mate-power-manager: Placate 'guix lint'., (continued)
- 12/19: gnu: mate-power-manager: Placate 'guix lint'., guix-commits, 2019/05/06
- 01/19: gnu: gcc: Add 9.1.0., guix-commits, 2019/05/06
- 14/19: gnu: Add emacs-evil-textobj-syntax., guix-commits, 2019/05/06
- 16/19: gnu: Add emacs-elisp-demos., guix-commits, 2019/05/06
- 07/19: gnu: python-pyyaml: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 09/19: gnu: tmux-themepack: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 17/19: gnu: Add emacs-docker-compose-mode., guix-commits, 2019/05/06
- 15/19: gnu: Add emacs-flycheck-flow., guix-commits, 2019/05/06
- 18/19: gnu: Add emacs-sudo-edit., guix-commits, 2019/05/06
- 02/19: gnu: cross-base: Apply gcc 8 patch to gcc >= 8., guix-commits, 2019/05/06
- 13/19: gnu: Add emacs-names.,
guix-commits <=
- 11/19: gnu: Add git-annex-remote-rclone., guix-commits, 2019/05/06