From cb90aa8b43b81a5b5082a88fab67828129710670 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 15 Aug 2023 00:21:24 -0700 Subject: Add configuration for emacs-helpful --- oni/home/config/rincewind.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'oni/home/config') diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index fcaa67b..a96d0fe 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -68,7 +68,9 @@ #:select (home-dunst-default-service)) #:use-module ((oni home services emacs) #:select (home-emacs-service-type - home-emacs-configuration)) + home-emacs-configuration + home-emacs-helpful-service-type + home-emacs-helpful-configuration)) #:use-module ((oni home services environment) #:select (home-environment-service)) #:use-module ((oni home services flameshot) @@ -316,6 +318,11 @@ "(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/helpful.el"))))) (service home-flameshot-service-type) -- cgit v1.2.3-54-g00ecf