diff options
| author | 2025-02-12 22:34:03 -0800 | |
|---|---|---|
| committer | 2025-02-12 22:34:03 -0800 | |
| commit | d199525e1bb71f4400fab0ba9639814f98e644d6 (patch) | |
| tree | 0dad9951f505769666e42afdc5623a43a46e2b37 /oni/home/config | |
| parent | 7a4a81229e398105a2319a5c74d10c99d1538c77 (diff) | |
| download | new-dotfiles-d199525e1bb71f4400fab0ba9639814f98e644d6.tar.gz new-dotfiles-d199525e1bb71f4400fab0ba9639814f98e644d6.zip | |
(oni home services emacs): Make helpful service config part of emacs
Diffstat (limited to 'oni/home/config')
| -rw-r--r-- | oni/home/config/rincewind.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index b1e2aff..e2b73f1 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -85,7 +85,6 @@ #:use-module ((oni home services emacs) #:select (home-emacs-service-type home-emacs-configuration - home-emacs-helpful-service-type home-emacs-helpful-configuration home-emacs-yasnippet-capf-service-type home-emacs-dashboard-service-type @@ -411,6 +410,11 @@ (service home-emacs-service-type (home-emacs-configuration (package my-emacs) + (helpful-configuration + (home-emacs-helpful-configuration + (configurations + (list + (local-file "../services/emacs/oni-helpful.el"))))) (configurations (list (local-file "../services/emacs/init.el") @@ -423,11 +427,6 @@ "(load custom-file)\n" "(provide 'init)\n" ";;; init.el ends here\n"))))) - (service home-emacs-helpful-service-type - (home-emacs-helpful-configuration - (configurations - (list - (local-file "../services/emacs/oni-helpful.el"))))) (service home-emacs-yasnippet-capf-service-type) (service home-emacs-dashboard-service-type (home-emacs-dashboard-configuration |
