From a58ba100a09ccdd59338b1c5b425faba0966038f Mon Sep 17 00:00:00 2001 From: Simon Streit Date: Thu, 31 Aug 2023 00:54:27 +0200 Subject: siguix: Add emacs-persistent-scratch. * siguix/packages/emacs-xyz.scm (emacs-persistent-scratch): New variable. --- siguix/packages/emacs-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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))) -- cgit v1.2.3