Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
From edd01faf84a59499a9a83b336d55828aadd6bfa3 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Wed, 27 May 2020 01:37:42 +0200
Subject: [PATCH] gnu: Add emacs-bm.
* gnu/packages/emacs-xyz.scm (emacs-bm): New variable.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Toggle diff (33 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b99acb7815..34afc73d8e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1860,6 +1860,26 @@ code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
(license license:gpl1+)))
+(define-public emacs-bm
+ (package
+ (name "emacs-bm")
+ (version "201905")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/joodland/bm.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "180b3rc13asrmsdh7v405d54jkrininvaj52xhp71vw91ng51dkn"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/joodland/bm")
+ (synopsis "Visual Bookmarks for Emacs")
+ (description "This package provides visible, buffer local, bookmarks and
+the ability to jump forward and backward to the next bookmark.")
+ (license license:gpl2+)))
+
(define-public emacs-calfw
(package
(name "emacs-calfw")
--
2.26.2
--
There are three kinds of people: men, women, and unix.
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7NqREACgkQfHr/vv7y
yyVftggAkiGb2rbUWsI0+ktthifwDSK6bAOdvAhE5SzUS4beFW4WtXySF9EOvUWD
HgI/ONVOpXAnIxyRu6DMeRvDAf96RIMIC0B+U1fPMn4atu6QJG61NepOpSATj52t
NsafV2nUG+V54lhPI1E596PGEQ+qg7pqtQbymPdvgGRFZZ1QHSLqDZwGlXNYOkwa
6k8RvUnCk1VuZ+BUrIGZqaUqVqQ7hNxbp+BCYinTyTnVlSzaV6k5OZlIXE0c6u/Q
vjgjYbE6Ovys5NQcjXo+Ih83fcrezS5ShzFqy2/g8N9dFt2mFzAA2lS4lAgkOZWo
yoxdGpnQ5MBLcwaXBJhvcZynm1n+Mg==
=h/+x
-----END PGP SIGNATURE-----