[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: Add emacs-blackout.
From: |
guix-commits |
Subject: |
03/11: gnu: Add emacs-blackout. |
Date: |
Sun, 8 Dec 2019 01:23:12 -0500 (EST) |
leungbk pushed a commit to branch master
in repository guix.
commit ec26950882531fc91fc6cdadbe6b7fbdfa787f5b
Author: Brian Leung <brian@debian>
Date: Sat Dec 7 22:07:42 2019 -0800
gnu: Add emacs-blackout.
* gnu/packages/emacs-xyz.scm (emacs-blackout): New variable.
---
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 dbd7f7b..fe8e356 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20222,3 +20222,26 @@ execution of buffer-exposing commands.")
(description "This package provides a function to switch to and from a
REPL appropriate to the current major mode.")
(license license:gpl3+)))
+
+(define-public emacs-blackout
+ (let ((commit "4bac44671fca4c98d96aa94c79946bf4d4baf0ee")
+ (revision "1"))
+ (package
+ (name "emacs-blackout")
+ (version (git-version "1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/raxod502/blackout.git")
+ (commit commit)))
+ (sha256
+ (base32
+ "1wnh0nwy6r3a18sy9sqmrwv04vnmaflxy4g7mq8jiyyjijri7l1b"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/raxod502/blackout")
+ (synopsis "Clean up mode lighters")
+ (description "This package provides a function for hiding and customizing
+display of major and minor modes in the mode line.")
+ (license license:gpl3+))))
- branch master updated (add773c -> 5309758), guix-commits, 2019/12/08
- 04/11: gnu: Add emacs-ivy-omni-org., guix-commits, 2019/12/08
- 05/11: gnu: Add emacs-shackle., guix-commits, 2019/12/08
- 01/11: gnu: Add emacs-fullframe., guix-commits, 2019/12/08
- 02/11: gnu: Add emacs-repl-toggle., guix-commits, 2019/12/08
- 03/11: gnu: Add emacs-blackout.,
guix-commits <=
- 06/11: gnu: Add emacs-helm-lacarte., guix-commits, 2019/12/08
- 07/11: gnu: Add emacs-esh-help., guix-commits, 2019/12/08
- 08/11: gnu: Add emacs-isearch-dabbrev., guix-commits, 2019/12/08
- 10/11: gnu: Add emacs-tramp-auto-auth., guix-commits, 2019/12/08
- 09/11: gnu: Add emacs-helm-linux-disks., guix-commits, 2019/12/08
- 11/11: gnu: Add emacs-psession., guix-commits, 2019/12/08