From 150273d74199f0c32a2b8594ba10e05829d7c929 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 29 Aug 2023 22:24:25 -0700 Subject: Add zsh-autopair configuration --- oni/home/config/rincewind.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'oni/home/config/rincewind.scm') diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index 540e26e..a36b84b 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -110,7 +110,8 @@ #:select (home-inkplate-display-service-type)) #:use-module ((oni home services zsh) #:select (home-zsh-syntax-highlighting-service-type - home-zsh-autosuggestions-service-type)) + home-zsh-autosuggestions-service-type + home-zsh-autopair-service-type)) #:use-module ((oni packages count-emails) #:select (count-emails)) #:use-module ((oni packages emacs) @@ -271,6 +272,7 @@ ;; configuration last. (service home-zsh-syntax-highlighting-service-type) (service home-zsh-autosuggestions-service-type) + (service home-zsh-autopair-service-type) (simple-service 'my-channel-service home-channels-service-type -- cgit v1.2.3-54-g00ecf