2021-05-25 05:28:39 +02:00
|
|
|
(define-module (oni packages emacs-config)
|
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix git-download)
|
|
|
|
#:use-module (guix build-system emacs)
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
2021-06-22 08:15:09 +02:00
|
|
|
#:use-module (gnu packages emacs-xyz)
|
|
|
|
#:use-module (oni packages emacs))
|
2021-05-25 05:28:39 +02:00
|
|
|
|
2021-06-13 07:13:38 +02:00
|
|
|
(define-public emacs-oni-config
|
2021-05-25 05:28:39 +02:00
|
|
|
(let ((commit "b1c7553275218dd89676a1136a0e0d708acd5bec")
|
|
|
|
(revision "0"))
|
|
|
|
(package
|
2021-06-13 07:13:38 +02:00
|
|
|
(name "emacs-oni-config")
|
2021-05-25 05:28:39 +02:00
|
|
|
(version (git-version "0.0.1" revision commit))
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
|
|
|
(url "https://git.sr.ht/~ryuslash/emacs-config")
|
|
|
|
(commit commit)))
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
(sha256
|
|
|
|
(base32 "1977csi34jgvvnsn2bv1rawnw1mqvw2j8i6g9c26l49wp7l63szi"))))
|
|
|
|
(build-system emacs-build-system)
|
2021-06-13 07:13:38 +02:00
|
|
|
(home-page "https://sr.ht/~ryuslash/dotfiles/")
|
|
|
|
(synopsis "My Emacs configuration")
|
|
|
|
(description "This package provides my configuration for emacs")
|
2021-05-25 05:28:39 +02:00
|
|
|
(license license:gpl3+))))
|
2021-05-28 07:40:59 +02:00
|
|
|
|
2021-06-13 07:13:38 +02:00
|
|
|
(define-public emacs-oni-vterm
|
|
|
|
(package
|
|
|
|
(inherit emacs-oni-config)
|
|
|
|
(name "emacs-oni-vterm")
|
|
|
|
(arguments
|
|
|
|
'(#:include '("oni-vterm.el")))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("emacs-vterm" ,emacs-vterm)))
|
|
|
|
(synopsis "My Emacs vterm configuration")
|
|
|
|
(description "This package provides my configuration for emacs-vterm")))
|
|
|
|
|
2021-05-28 07:40:59 +02:00
|
|
|
(define-public emacs-oni-elfeed
|
2021-06-13 07:13:38 +02:00
|
|
|
(package
|
|
|
|
(inherit emacs-oni-config)
|
|
|
|
(name "emacs-oni-elfeed")
|
|
|
|
(arguments
|
|
|
|
'(#:include '("oni-elfeed.el")))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("emacs-elfeed" ,emacs-elfeed)))
|
|
|
|
(synopsis "My Emacs elfeed configuration")
|
|
|
|
(description "This package provides my configuration for emacs-elfeed")))
|
|
|
|
|
|
|
|
(define-public emacs-oni-alert
|
|
|
|
(package
|
|
|
|
(inherit emacs-oni-config)
|
|
|
|
(name "emacs-oni-alert")
|
|
|
|
(arguments
|
|
|
|
'(#:include '("oni-alert.el")))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("emacs-alert" ,emacs-alert)))
|
|
|
|
(synopsis "My Emacs alert configuration")
|
|
|
|
(description "This package provides my configuration for emacs-alert")))
|
|
|
|
|
|
|
|
(define-public emacs-oni-bookmark
|
|
|
|
(package
|
|
|
|
(inherit emacs-oni-config)
|
|
|
|
(name "emacs-oni-bookmark")
|
|
|
|
(arguments
|
|
|
|
'(#:include '("oni-bookmark.el")))
|
|
|
|
(synopsis "My Emacs bookmark configuration")
|
|
|
|
(description "This package provides my configuration for the bookmark library
|
|
|
|
in Emacs")))
|
2021-06-22 08:15:09 +02:00
|
|
|
|
|
|
|
(define-public emacs-oni-lui
|
|
|
|
(package
|
|
|
|
(inherit emacs-oni-config)
|
|
|
|
(name "emacs-oni-lui")
|
|
|
|
(arguments
|
|
|
|
'(#:include '("oni-lui.el")))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("emacs-circe" ,emacs-circe)))
|
|
|
|
(synopsis "My Emacs Line-UI configuration")
|
|
|
|
(description "This package provides my configuration for the lui library in
|
|
|
|
Emacs")))
|
|
|
|
|
|
|
|
(define-public emacs-oni-circe
|
|
|
|
(package
|
|
|
|
(inherit emacs-oni-config)
|
|
|
|
(name "emacs-oni-circe")
|
|
|
|
(arguments
|
|
|
|
'(#:include '("oni-circe.el")))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("emacs-circe" ,emacs-circe)
|
|
|
|
("emacs-circe-serenityc" ,emacs-circe-serenity)
|
|
|
|
("emacs-oni-lui" ,emacs-oni-lui)))
|
|
|
|
(synopsis "My Emacs Circe configuration")
|
|
|
|
(description "This package provides my configuration for emacs-circe")))
|