diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-06-29 20:30:20 +0200 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-07-04 23:38:10 +0800 |
| commit | 247ac6f38a86638714a5e0f1215d097e72f36e31 (patch) | |
| tree | 9816270271758f588874395ad26aaf9ecaae6a03 /gnu | |
| parent | e6e526d5824517fff2ed404fbcc6513034fb7351 (diff) | |
gnu: Add emacs-dired-quick-sort.
* gnu/packages/emacs-xyz.scm (emacs-dired-quick-sort): New variable.
Change-Id: I7d3a30273453c8cbd9c2b03604ec516580784736
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu')
| -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 3c5cafd4aee..51669dcea06 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -21152,6 +21152,29 @@ in Org buffers and displays matching entries.") | |||
| 21152 | information inside the Dired buffer.") | 21152 | information inside the Dired buffer.") |
| 21153 | (license license:gpl3+)))) | 21153 | (license license:gpl3+)))) |
| 21154 | 21154 | ||
| 21155 | (define-public emacs-dired-quick-sort | ||
| 21156 | (package | ||
| 21157 | (name "emacs-dired-quick-sort") | ||
| 21158 | (version "0.3") | ||
| 21159 | (source | ||
| 21160 | (origin | ||
| 21161 | (method git-fetch) | ||
| 21162 | (uri (git-reference | ||
| 21163 | (url "https://gitlab.com/xuhdev/dired-quick-sort/") | ||
| 21164 | (commit version))) | ||
| 21165 | (file-name (git-file-name name version)) | ||
| 21166 | (sha256 | ||
| 21167 | (base32 | ||
| 21168 | "0wk29rqaczlz1r42xygphpyvhfcrkzilrz9xd4ps0qjybnx9dsgq")))) | ||
| 21169 | (build-system emacs-build-system) | ||
| 21170 | (propagated-inputs (list emacs-hydra)) | ||
| 21171 | (home-page "https://gitlab.com/xuhdev/dired-quick-sort/") | ||
| 21172 | (synopsis "Automatic sorting of Dired buffers") | ||
| 21173 | (description | ||
| 21174 | "@{dired-quick-sort} provides persistent quick sorting of Dired buffers | ||
| 21175 | in various ways with @code{hydra}.") | ||
| 21176 | (license license:gpl3+))) | ||
| 21177 | |||
| 21155 | (define-public emacs-diss | 21178 | (define-public emacs-diss |
| 21156 | (let ((commit "8a99a1b34de4575087da49fe1e19bcf33ac49f46") | 21179 | (let ((commit "8a99a1b34de4575087da49fe1e19bcf33ac49f46") |
| 21157 | (revision "1")) | 21180 | (revision "1")) |
