mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-imenu-list: Update to 0.8-0.46008.
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.8-0.46008. Fixes in that commit adapt the display function for changes in emacs 27.0.50. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
796c9b0bf5
commit
b66d9db336
1 changed files with 23 additions and 20 deletions
|
@ -2610,29 +2610,32 @@ using the DOT syntax, and use Graphviz to convert these files to diagrams.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-imenu-list
|
(define-public emacs-imenu-list
|
||||||
(package
|
(let ((commit "46008738f8fef578a763c308cf6695e5b4d4aa77")
|
||||||
(name "emacs-imenu-list")
|
(revision "0")
|
||||||
(version "0.8")
|
(version "0.8"))
|
||||||
(source
|
(package
|
||||||
(origin
|
(name "emacs-imenu-list")
|
||||||
(method git-fetch)
|
(version (git-version version revision commit))
|
||||||
(uri
|
(source
|
||||||
(git-reference
|
(origin
|
||||||
(url "https://github.com/bmag/imenu-list")
|
(method git-fetch)
|
||||||
(commit (string-append "v" version))))
|
(uri
|
||||||
(file-name (git-file-name name version))
|
(git-reference
|
||||||
(sha256
|
(url "https://github.com/bmag/imenu-list")
|
||||||
(base32 "13xh9bdl3k6ccfq83wjmkpi4269qahv4davki4wq18dr4amrzhlx"))))
|
(commit commit)))
|
||||||
(build-system emacs-build-system)
|
(file-name (git-file-name name version))
|
||||||
(home-page "https://github.com/bmag/imenu-list")
|
(sha256
|
||||||
(synopsis
|
(base32 "14l3yw9y1nk103s7z5i1fmd6kvlb2p6ayi6sf9l1x1ydg9glrpl8"))))
|
||||||
"Automatically tracks the current buffer's imenu entries")
|
(build-system emacs-build-system)
|
||||||
(description
|
(home-page "https://github.com/bmag/imenu-list")
|
||||||
"This Emacs minor mode creates an automatically updated buffer called
|
(synopsis
|
||||||
|
"Automatically tracks the current buffer's imenu entries")
|
||||||
|
(description
|
||||||
|
"This Emacs minor mode creates an automatically updated buffer called
|
||||||
@code{*Ilist*} that is populated with the current buffer's imenu entries.
|
@code{*Ilist*} that is populated with the current buffer's imenu entries.
|
||||||
This buffer is typically shown as a sidebar (Emacs vertically splits the
|
This buffer is typically shown as a sidebar (Emacs vertically splits the
|
||||||
window).")
|
window).")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-mmm-mode
|
(define-public emacs-mmm-mode
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue