aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/config/rincewind.scm
diff options
context:
space:
mode:
Diffstat (limited to 'oni/home/config/rincewind.scm')
-rw-r--r--oni/home/config/rincewind.scm9
1 files changed, 8 insertions, 1 deletions
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)