guix-patches
[Top][All Lists]
Advanced

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

[bug#56897] [PATCH] gnu: Add emacs-super-save.


From: Nicolas Graves
Subject: [bug#56897] [PATCH] gnu: Add emacs-super-save.
Date: Tue, 2 Aug 2022 22:03:22 +0200

* gnu/packages/emacs-xyz.scm (emacs-super-save): New variable.
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 408aaf57d2..12597b3fa4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27987,6 +27987,26 @@ (define-public emacs-ssh-agency
 passphrase until the first time you push to a remote.")
     (license license:gpl3+)))
 
+(define-public emacs-super-save
+  (package
+    (name "emacs-super-save")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://stable.melpa.org/packages/super-save-"; version
+             ".el"))
+       (sha256
+        (base32
+         "12znjlpk3b3bkd1cvi922r5nn9r9rxahvmcysrdvdv2ckwdff5ch"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/bbatsov/super-save";)
+    (synopsis "Auto-save buffers, based on your activity.")
+    (description "This package implements auto-saving of buffers when they
+lose focus.")
+    (license license:gpl3)))
+
 (define-public emacs-tao-theme
   (let ((commit "468ee4f6ba7afb9dbfc8855ae2c333cb16ca4408")
         (revision "1"))
-- 
2.37.1






reply via email to

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