summaryrefslogtreecommitdiff
path: root/siguix/packages/emacs-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'siguix/packages/emacs-xyz.scm')
-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)))