unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53470] [PATCH] gnu: Add emacs-kind-icon.
@ 2022-01-23 13:26 Brandon Lucas
  2022-01-23 16:46 ` bug#53470: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Brandon Lucas @ 2022-01-23 13:26 UTC (permalink / raw)
  To: 53470; +Cc: Brandon Lucas

* gnu/packages/emacs-xyz.scm (emacs-kind-icon): 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 8edbfc5a3d..4d1b59af78 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18531,6 +18531,29 @@ (define-public emacs-svg-tag-mode
 or expressions with SVG rounded box labels that are fully customizable.")
       (license license:gpl3+))))

+(define-public emacs-kind-icon
+  (package
+    (name "emacs-kind-icon")
+    (version "0.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://elpa.gnu.org/packages/kind-icon-"
+             version
+             ".tar"))
+       (sha256
+        (base32 "00pyvnq4dx51l2wbhvm6k6cx5xmy32j4h1lkr5kr8s3j5w83ip25"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-svg-lib))
+    (home-page "https://github.com/jdtsmith/kind-icon")
+    (synopsis "Completion kind icons in Emacs")
+    (description "Kind-icon-mode adds a colorful icon or text prefix based
+on :company-kind for compatible completion UIs.  The \"kind\" prefix is
+typically used for differentiating completion candidates such as variables,
+functions, etc.")
+    (license license:agpl3)))
+
 (define-public emacs-svg-icon
   (let ((commit "ebc2b8d0f6c680fd575a90e683cc7b832acd1eb7")
         (revision "1"))
--
2.34.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53470: [PATCH] gnu: Add emacs-kind-icon.
  2022-01-23 13:26 [bug#53470] [PATCH] gnu: Add emacs-kind-icon Brandon Lucas
@ 2022-01-23 16:46 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-23 16:46 UTC (permalink / raw)
  To: Brandon Lucas; +Cc: 53470-done

Hello,

Brandon Lucas <br@ndon.dk> writes:

> * gnu/packages/emacs-xyz.scm (emacs-kind-icon): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-23 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 13:26 [bug#53470] [PATCH] gnu: Add emacs-kind-icon Brandon Lucas
2022-01-23 16:46 ` bug#53470: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).