summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2023-08-31 00:54:27 +0200
committerSimon Streit <simon@netpanic.org>2023-08-31 00:58:33 +0200
commita58ba100a09ccdd59338b1c5b425faba0966038f (patch)
tree99c3cb876fe8bd846ce514b18e39b65b72c9daa3
parente1f3c68e7f6912f340c775c659b9c9b67bae4525 (diff)
siguix: Add emacs-persistent-scratch.
* siguix/packages/emacs-xyz.scm (emacs-persistent-scratch): New variable.
-rw-r--r--siguix/packages/emacs-xyz.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/siguix/packages/emacs-xyz.scm b/siguix/packages/emacs-xyz.scm
index 6d3dc5b..887aeac 100644
--- a/siguix/packages/emacs-xyz.scm
+++ b/siguix/packages/emacs-xyz.scm
@@ -418,3 +418,23 @@ get in a terminal emulator with the TAB key")
(synopsis "Emacs XWiki mode")
(description "A major mode for editing XWiki documents.")
(license license:gpl3+))))
+
+(define-public emacs-persistent-scratch
+ (package
+ (name "emacs-persistent-scratch")
+ (version "0.3.9")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Fanael/persistent-scratch")
+ (commit (string-append version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "187cyl005csmmmh292km1v3ffl8x49h5qyn87i4adz9l5sqnpdgj"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/Fanael/persistent-scratch")
+ (synopsis "Preserve the scratch buffer across Emacs sessions")
+ (description "")
+ (license license:bsd-2)))