guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add emacs-caps-lock.


From: guix-commits
Subject: branch master updated: gnu: Add emacs-caps-lock.
Date: Mon, 30 Mar 2020 08:09:39 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9782200  gnu: Add emacs-caps-lock.
9782200 is described below

commit 9782200ce5611af4c0a1a479a351d55ab4940107
Author: Joseph LaFreniere <address@hidden>
AuthorDate: Wed Mar 25 20:19:33 2020 -0500

    gnu: Add emacs-caps-lock.
    
    * gnu/packages/emacs-xyz.scm (emacs-caps-lock): New variable.
---
 gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4fe61fa..8e25392 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1704,6 +1704,25 @@ searches.  Unlike code@{emacs-wiki.el}, it can be 
combined with any format.")
 Emacs buffer.")
     (license license:gpl3+)))
 
+(define-public emacs-caps-lock
+  (package
+    (name "emacs-caps-lock")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/";
+                           "caps-lock-" version ".el"))
+       (sha256
+        (base32 "1i4hwam81p4dr0bk8257fkiz4xmv6knkjxj7a00fa35kgx5blpva"))))
+    (build-system emacs-build-system)
+    (home-page "http://elpa.gnu.org/packages/caps-lock.html";)
+    (synopsis "Caps Lock as a minor mode")
+    (description
+     "This package provides a minor mode to emulate the behavior of a Caps
+Lock key.")
+    (license license:gpl3+)))
+
 (define-public emacs-chronometrist
   (package
     (name "emacs-chronometrist")



reply via email to

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