emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#37727: closed ([PATCH] gnu: Add emacs-dimmer.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37727: closed ([PATCH] gnu: Add emacs-dimmer.)
Date: Fri, 18 Oct 2019 17:16:01 +0000

Your message dated Fri, 18 Oct 2019 10:14:36 -0700
with message-id <CAAc=address@hidden>
and subject line closing duplicate
has caused the debbugs.gnu.org bug report #37727,
regarding [PATCH]     gnu: Add emacs-dimmer.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37727: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37727
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-dimmer. Date: Sat, 12 Oct 2019 23:30:08 -0500
    * gnu/packages/emacs-xyz.scm (emacs-dimmer): New variable.
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a55282a0a9..330b96de47 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -54,6 +54,7 @@
 ;;; Copyright © 2019 Amin Bandali <address@hidden>
 ;;; Copyright © 2019 Jelle Licht <address@hidden>
 ;;; Copyright © 2019 Björn Höfling <address@hidden>
+;;; Copyright © 2019 Stephen Webber <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -18945,3 +18946,29 @@ Emacs that integrate with major modes like Org-mode.")
      "Elixir-Mode Provides font-locking, indentation and navigation support
  for the Elixir programming language.")
     (license license:gpl3+)))
+
+(define-public emacs-dimmer
+  (let ((commit "12fc52a6570ec25020281735f5a0ca780a9105af"))
+    (package
+      (name "emacs-dimmer")
+      (version "0.3.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/gonewest818/dimmer.el.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1jv9rrv15nb5hpwcaqlpjj932gyisrkwbv11czkg3v0bn7qn6yif"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/gonewest818/dimmer.el";)
+      (synopsis "Incremental completion and selection narrowing
+framework for Emacs")
+      (description "Dimmer provides a minor mode that indicates which buffer is
+currently active by dimming the faces in the other buffers.  It
+does this nondestructively, and computes the dimmed faces
+dynamically such that your overall color scheme is shown in a muted
+form without requiring you to define what is a \"dim\" version of
+every face.")
+      (license license:gpl3+))))
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: closing duplicate Date: Fri, 18 Oct 2019 10:14:36 -0700



--- End Message ---

reply via email to

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