[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/88: gnu: Add emacs-wordgen.
From: |
Oleg Pykhalov |
Subject: |
79/88: gnu: Add emacs-wordgen. |
Date: |
Wed, 2 May 2018 13:21:18 -0400 (EDT) |
wigust pushed a commit to branch master
in repository guix.
commit ca0e2ab00a2cce29a1814e5aeebdeae8f09af59f
Author: Oleg Pykhalov <address@hidden>
Date: Wed May 2 19:13:29 2018 +0300
gnu: Add emacs-wordgen.
* gnu/packages/emacs.scm (emacs-wordgen): New public variable.
---
gnu/packages/emacs.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index cc3d2fc..fdcd769 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10011,3 +10011,23 @@ bookmarks and history.")
(synopsis "Makes ido-mode display vertically")
(description "Makes ido-mode display prospects vertically.")
(license license:gpl3+)))
+
+(define-public emacs-wordgen
+ (package
+ (name "emacs-wordgen")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/Fanael/wordgen.el/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1h2iyixdm49h53pwj9ics9gb9h3g6wa4hainpnjg6mfarf49jkmg"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/Fanael/wordgen.el")
+ (synopsis "Random word generator")
+ (description "This package provides functions to generate random words
+using user-provided rules.")
+ (license license:gpl3+)))
- 62/88: gnu: Add emacs-highlight-numbers., (continued)
- 62/88: gnu: Add emacs-highlight-numbers., Oleg Pykhalov, 2018/05/02
- 63/88: gnu: Add emacs-darkroom., Oleg Pykhalov, 2018/05/02
- 61/88: gnu: Add emacs-auto-yasnippet., Oleg Pykhalov, 2018/05/02
- 65/88: gnu: Add emacs-default-text-scale., Oleg Pykhalov, 2018/05/02
- 69/88: gnu: Add emacs-grep-context., Oleg Pykhalov, 2018/05/02
- 68/88: gnu: Add emacs-racket-mode., Oleg Pykhalov, 2018/05/02
- 74/88: gnu: Add emacs-parinfer-mode., Oleg Pykhalov, 2018/05/02
- 76/88: gnu: Add emacs-stumpwm-mode., Oleg Pykhalov, 2018/05/02
- 75/88: gnu: Add emacs-helm-eww., Oleg Pykhalov, 2018/05/02
- 80/88: gnu: Add emacs-on-screen., Oleg Pykhalov, 2018/05/02
- 79/88: gnu: Add emacs-wordgen.,
Oleg Pykhalov <=
- 81/88: gnu: Add emacs-highlight-escape-sequences., Oleg Pykhalov, 2018/05/02
- 87/88: gnu: Add emacs-git-auto-commit-mode., Oleg Pykhalov, 2018/05/02
- 86/88: gnu: Add emacs-stickyfunc-enhance., Oleg Pykhalov, 2018/05/02
- 88/88: gnu: Add emacs-company-restclient., Oleg Pykhalov, 2018/05/02
- 71/88: gnu: Add emacs-interactive-align., Oleg Pykhalov, 2018/05/02
- 84/88: gnu: Add emacs-sml-mode., Oleg Pykhalov, 2018/05/02
- 39/88: gnu: Add emacs-helm-mode-manager., Oleg Pykhalov, 2018/05/02
- 46/88: gnu: Add emacs-fancy-narrow., Oleg Pykhalov, 2018/05/02
- 52/88: gnu: Add emacs-logview., Oleg Pykhalov, 2018/05/02
- 43/88: gnu: Add emacs-discover-my-major., Oleg Pykhalov, 2018/05/02