diff options
| author | 2025-04-03 22:59:58 -0700 | |
|---|---|---|
| committer | 2025-04-03 22:59:58 -0700 | |
| commit | c0d69d07bcb1a3483bca304282b51d86dab54e2a (patch) | |
| tree | 0b95ed09f811accb716268f17da410981edb0ccb /oni/home | |
| parent | 4fcd2067e67a87c42484565f61ddca414c89732a (diff) | |
| download | new-dotfiles-c0d69d07bcb1a3483bca304282b51d86dab54e2a.tar.gz new-dotfiles-c0d69d07bcb1a3483bca304282b51d86dab54e2a.zip | |
rincewind: Add emacs-indexed package
Diffstat (limited to 'oni/home')
| -rw-r--r-- | oni/home/config/rincewind.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index 96ed2bf..089a688 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -160,7 +160,8 @@ emacs-outli emacs-syncthing-status emacs-nginx-mode - emacs-next-org-modern)) + emacs-next-org-modern + emacs-indexed)) #:use-module ((oni packages emacs-config) #:select (emacs-oni-org-roam emacs-oni-elfeed @@ -377,7 +378,9 @@ (with-source snes-blackthorne-icons (format #f "~a/pictures/icons/Blackthorne/blackthorne_icons.tar.gz" (getenv "HOME"))) (with-source snes-blackthorne - (format #f "~a/downloads/Blackthorne.7z" (getenv "HOME"))))) + (format #f "~a/downloads/Blackthorne.7z" (getenv "HOME"))) + + emacs-indexed)) (services (list |
