From c41b33cb0bcd8d781ae26e501f5a4971b7069732 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 3 Feb 2025 22:33:40 -0800 Subject: [PATCH] zsh-atuin: Fix configuration syntax --- oni/home/services/zsh.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oni/home/services/zsh.scm b/oni/home/services/zsh.scm index 07e7697..4de41cc 100644 --- a/oni/home/services/zsh.scm +++ b/oni/home/services/zsh.scm @@ -144,7 +144,7 @@ (description "Install and configure zsh-autopair."))) (define (serialize-integer field value) - (format #f "~a = ~a" (string-replace-substring (symbol->string field) "-" "_") value)) + (format #f "~a = ~a~%" (string-replace-substring (symbol->string field) "-" "_") value)) (define (serialize-filter-mode field value) (format #f "~a = ~s~%" (string-replace-substring (symbol->string field) "-" "_")