Compare commits
2 commits
ae5d128388
...
0c62340d00
Author | SHA1 | Date | |
---|---|---|---|
0c62340d00 | |||
d18a97c600 |
2 changed files with 32 additions and 1 deletions
|
@ -150,7 +150,14 @@ Emacs")))
|
|||
("emacs-ws-butler" ,emacs-ws-butler)
|
||||
("emacs-which-key" ,emacs-which-key)
|
||||
("emacs-insert-char-preview" ,emacs-insert-char-preview)
|
||||
("emacs-dashboard" ,emacs-dashboard)))
|
||||
("emacs-mixed-pitch" ,emacs-mixed-pitch)
|
||||
("emacs-ace-window" ,emacs-ace-window)
|
||||
("emacs-vertico" ,emacs-vertico)
|
||||
("emacs-marginalia" ,emacs-marginalia)
|
||||
("emacs-orderless" ,emacs-orderless)
|
||||
("emacs-consult" ,emacs-consult)
|
||||
("emacs-embark" ,emacs-embark)
|
||||
("emacs-docstr" ,emacs-docstr)))
|
||||
(synopsis "My core Emacs configuration")
|
||||
(description "This package provides my core configuration for Emacs")))
|
||||
|
||||
|
|
|
@ -127,6 +127,30 @@ bats-mode derives from the bash flavor of sh-mode, adding font-lock for bats
|
|||
keywords.")
|
||||
(license license:gpl2+))))
|
||||
|
||||
(define-public emacs-docstr
|
||||
(let ((commit "4a991860c1259657c07c726bc482c97a1f597394")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-docstr")
|
||||
(version (git-version "5.7.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emacs-vs/docstr")
|
||||
(commit commit)))
|
||||
(method git-fetch)
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1z2l1mvrijwap83fpdlyfclk5aygfvmjaq7dayacj5nz5rggk0j6"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-s" ,emacs-s)))
|
||||
(home-page "https://emacs-vs.github.io/docstr/")
|
||||
(synopsis "A document string minor mode")
|
||||
(description "This package provides a simple solution for the insertion of documentation
|
||||
strings into code.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-flycheck-posframe
|
||||
(let ((commit "8f60c9bf124ab9597d681504a73fdf116a0bde12")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Reference in a new issue