diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-08-19 13:53:47 -0300 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-28 06:36:03 +0200 |
| commit | d5415236f7f2970c777f87aa19d7208d6badea88 (patch) | |
| tree | 50ab7f50753b2242564345c28f01dcef2a4cc98c | |
| parent | 84e58ef0a40b06a69efb385b08493f951d960830 (diff) | |
gnu: Add emacs-minimal-dashboard.
* gnu/packages/emacs-xyz.scm (emacs-minimal-dashboard): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d01ca7e62c8..139ea18f9d6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -43933,6 +43933,29 @@ The contents and aspect is controlled by the @code{minibuffer-line-format} | |||
| 43933 | variable and the @code{minibuffer-line} face.") | 43933 | variable and the @code{minibuffer-line} face.") |
| 43934 | (license license:gpl3+))) | 43934 | (license license:gpl3+))) |
| 43935 | 43935 | ||
| 43936 | (define-public emacs-minimal-dashboard | ||
| 43937 | (package | ||
| 43938 | (name "emacs-minimal-dashboard") | ||
| 43939 | (version "0.1.4") | ||
| 43940 | (source | ||
| 43941 | (origin | ||
| 43942 | (method git-fetch) | ||
| 43943 | (uri (git-reference | ||
| 43944 | (url "https://github.com/dheerajshenoy/minimal-dashboard.el") | ||
| 43945 | (commit version))) | ||
| 43946 | (file-name (git-file-name name version)) | ||
| 43947 | (sha256 | ||
| 43948 | (base32 "1gjrb8hmf44vhf0dssm7pwkz4mx2w7hkxk7540xd6qiwx7xnl6gz")))) | ||
| 43949 | (build-system emacs-build-system) | ||
| 43950 | (arguments | ||
| 43951 | (list #:tests? #f)) ; No tests. | ||
| 43952 | (home-page "https://github.com/dheerajshenoy/minimal-dashboard.el") | ||
| 43953 | (synopsis "Minimal dashboard plugin for Emacs") | ||
| 43954 | (description | ||
| 43955 | "This package provides a very minimal dashboard plugin for Emacs that | ||
| 43956 | displays a centered image and message when Emacs starts.") | ||
| 43957 | (license license:gpl3+))) | ||
| 43958 | |||
| 43936 | (define-public emacs-minimap | 43959 | (define-public emacs-minimap |
| 43937 | (package | 43960 | (package |
| 43938 | (name "emacs-minimap") | 43961 | (name "emacs-minimap") |
