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.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm
index 6875046..540e26e 100644
--- a/oni/home/config/rincewind.scm
+++ b/oni/home/config/rincewind.scm
@@ -72,7 +72,8 @@
#:select (home-emacs-service-type
home-emacs-configuration
home-emacs-helpful-service-type
- home-emacs-helpful-configuration))
+ home-emacs-helpful-configuration
+ home-emacs-yasnippet-capf-service-type))
#:use-module ((oni home services environment)
#:select (home-environment-service))
#:use-module ((oni home services flameshot)
@@ -325,7 +326,8 @@
(home-emacs-helpful-configuration
(configurations
(list
- (local-file "../services/emacs/helpful.el")))))
+ (local-file "../services/emacs/oni-helpful.el")))))
+ (service home-emacs-yasnippet-capf-service-type)
(service home-flameshot-service-type)