diff options
| author | 2025-11-29 12:11:19 -0800 | |
|---|---|---|
| committer | 2025-12-01 00:18:03 -0800 | |
| commit | 61a0974286739962223ed5db3968c8d48a9c346a (patch) | |
| tree | 700c3cd610e6aa50fd2ea677d7e4dba96dbb1873 /oni/packages/emacs-config.scm | |
| parent | a804e11629b2d54ce17a6a61f0e79536a2079000 (diff) | |
| download | new-dotfiles-61a0974286739962223ed5db3968c8d48a9c346a.tar.gz new-dotfiles-61a0974286739962223ed5db3968c8d48a9c346a.zip | |
Fix up rincewind configuration
I've been messing arround with it for a while and I've changed a bunch of things
I don't even remember exactly why, but here we are and everything works.
- There were some imports that needed to be changed because packages had moved
around.
- I've added some packages that I'm trying out for various things.
- I removed Blackthorne from my configuration because I have a dedicated device
to play this on now.
- I split off some packages in separate variables to try and make more clear why
I'm using them and also make them easier to reuse in other configurations.
Diffstat (limited to 'oni/packages/emacs-config.scm')
| -rw-r--r-- | oni/packages/emacs-config.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/oni/packages/emacs-config.scm b/oni/packages/emacs-config.scm index dd12eae..f791739 100644 --- a/oni/packages/emacs-config.scm +++ b/oni/packages/emacs-config.scm @@ -21,7 +21,7 @@ (define-public emacs-oni-config (let - ((commit "a78aef63b76469444cea136e05230b842306c208") + ((commit "ab553a83bbe434d61400d7765117dfc1aab93118") (revision "0")) (package (name "emacs-oni-config") (version (git-version "0.0.1" revision commit)) @@ -30,15 +30,15 @@ (uri (git-reference (url - "https://code.ryuslash.org/ryuslash/emacs-config.git") + "git://code.ryuslash.org/emacs-config.git") (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 - "1qqawaxfhadar5pgxb6496xyynihzghl5gaw6bz0pm5wk6cm63br")))) + "11m5wb163801s4qjf6warbp22y6dm5fmk4wfpl476n3qivhfgzjc")))) (build-system emacs-build-system) (home-page - "https://code.ryuslash.org/ryuslash/emacs-config/") + "https://code.ryuslash.org/emacs-config/") (synopsis "My Emacs configuration") (description "This package provides my configuration for emacs") |
