mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-bm.
* gnu/packages/emacs-xyz.scm (emacs-bm): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
42f48c664b
commit
20dadf4e5d
1 changed files with 20 additions and 0 deletions
|
@ -1918,6 +1918,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.")
|
searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
|
||||||
(license license:gpl1+)))
|
(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
|
(define-public emacs-calfw
|
||||||
(package
|
(package
|
||||||
(name "emacs-calfw")
|
(name "emacs-calfw")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue