mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add emacs-bookmark-plus.
* gnu/packages/emacs-xyz.scm (emacs-bookmark-plus): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
8495803336
commit
5b545763ed
1 changed files with 23 additions and 0 deletions
|
@ -350,6 +350,29 @@ (define-public emacs-ace-jump-helm-line
|
|||
"This package allows using Ace jump to a candidate in Helm window.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-bookmark-plus
|
||||
(package
|
||||
(name "emacs-bookmark-plus")
|
||||
(version "2022.11.05")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emacsmirror/bookmark-plus")
|
||||
(commit "3db369056a722c42b3eafd10a91831f87d056dfa")))
|
||||
(sha256
|
||||
(base32
|
||||
"0fnq24f597zfr8jj5h3vr87kdil5lhy11m81q6ayqc03qm0jymrf"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/emacsmirror/bookmark-plus")
|
||||
(synopsis "Extensions to the Bookmark library in Emacs")
|
||||
(description
|
||||
"Bookmarks are a powerful Emacs feature. This package makes them even
|
||||
more versatile. You can bookmark many more kinds of data. You can add tags.
|
||||
There are many more ways to organize and display your bookmarks. I recommend
|
||||
reading the extensive documentation about BookmarkPlus on the Emacs Wiki.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-cfrs
|
||||
(package
|
||||
(name "emacs-cfrs")
|
||||
|
|
Loading…
Reference in a new issue