From edfc8c25582b5fc0673f36b7af121ab8496bba24 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 29 Aug 2023 22:21:30 -0700 Subject: Add emacs-yasnippet-capf to my configuration --- oni/home/config/rincewind.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'oni/home/config/rincewind.scm') 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) -- cgit v1.2.3-54-g00ecf