Compare commits

...

2 commits

Author SHA1 Message Date
493ff787b5 Update emacs config to latest 2024-11-01 07:30:37 -07:00
baace30597 Remove oni guix channel dependency
It's easier to put these packages directly in my configuration rather than keep
them in a separate repository. This will likely break some things.
2024-10-31 07:37:47 -07:00
2 changed files with 4 additions and 13 deletions

View file

@ -219,14 +219,6 @@ LocalForward 2812 localhost:2812"))
(simple-service 'my-channel-service
home-channels-service-type
(list
(channel
(name 'oni)
(url "git://ryuslash.org/guix-packages.git")
(introduction
(make-channel-introduction
"646573578b7adfbff415645fed201269076cebf6"
(openpgp-fingerprint
"061C C5C4 D936 C9A8 AECC 1A17 7D5C 407B 4350 25C1"))))
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")

View file

@ -14,7 +14,7 @@
#:use-module (oni packages emacs))
(define-public emacs-oni-config
(let ((commit "f404ee603285efc62c73f03b178bd367d115fcbc")
(let ((commit "0fc53aec356daafd14aa6e8a192d37975863e394")
(revision "0"))
(package
(name "emacs-oni-config")
@ -23,13 +23,13 @@
(origin
(method git-fetch)
(uri (git-reference
(url "git://code.ryuslash.org/emacs-config.git")
(url "https://code.ryuslash.org/ryuslash/emacs-config.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1q9qh3b9r06j87pwscabj5mqjhbnysiw1a0xb31c4wn24bnmm143"))))
(base32 "11gypfc2z9cz144k93dwkaqvhw4y3dcja13i4c147y39lml9xgxg"))))
(build-system emacs-build-system)
(home-page "https://code.ryuslash.org/emacs-config/about/")
(home-page "https://code.ryuslash.org/ryuslash/emacs-config/")
(synopsis "My Emacs configuration")
(description "This package provides my configuration for emacs")
(license license:gpl3+))))
@ -582,7 +582,6 @@ Emacs")))
("emacs-nameless" ,emacs-nameless)
("emacs-erefactor" ,emacs-erefactor)
("emacs-flycheck-relint" ,emacs-flycheck-relint)
("emacs-handle" ,emacs-handle)
("emacs-elisp-format" ,emacs-elisp-format)))
(synopsis "My Emacs Lisp configuration")
(description "This package provides my configuration for Emacs Lisp.")))