mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-simple-modeline.
* gnu/packages/emacs-xyz.scm (emacs-simple-modeline): New variable.
This commit is contained in:
parent
9e36859c9b
commit
53a9c46131
1 changed files with 23 additions and 0 deletions
|
@ -23939,6 +23939,29 @@ icon support, git integration, and several other utilities.")
|
||||||
replicate some of the features of the Doom modeline package.")
|
replicate some of the features of the Doom modeline package.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public emacs-simple-modeline
|
||||||
|
(let ((commit "38973dec2912e2136d8fde5f2667063863fee15a")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "emacs-simple-modeline")
|
||||||
|
(version (git-version"1.2" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/gexplorer/simple-modeline")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0y70hc3x8rxr8b5x8d0a23gpcadzrn43wmrsvqqxmmkqqp45n7gj"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/gexplorer/simple-modeline")
|
||||||
|
(synopsis "Simple mode-line configuration for Emacs")
|
||||||
|
(description
|
||||||
|
"This package provides a simple mode-line configuration for Emacs.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-frames-only-mode
|
(define-public emacs-frames-only-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-frames-only-mode")
|
(name "emacs-frames-only-mode")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue