mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pretty-hydra: Modernize package style.
* gnu/packages/emacs-xyz.scm (emacs-pretty-hydra)[arguments]: Move before inputs. Convert to list of G-Expressions.
This commit is contained in:
parent
df62280da2
commit
474e57dc0e
1 changed files with 2 additions and 2 deletions
|
@ -14974,11 +14974,11 @@ automatically.")
|
|||
(snippet #~(begin (substitute* "test/pretty-hydra-test.el"
|
||||
(("\\(c1 \\(quote foo\\)\\)") "(c1 'foo)"))))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:exclude #~(cons "^major-mode-hydra\\.el" %default-exclude)))
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-hydra emacs-s))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(arguments
|
||||
`(#:exclude (cons "^major-mode-hydra\\.el" %default-exclude)))
|
||||
(home-page "https://github.com/jerrypnz/major-mode-hydra.el")
|
||||
(synopsis "Major mode keybindings managed by Hydra")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue