zsh-atuin: Fix configuration syntax
This commit is contained in:
parent
3d260419ee
commit
c41b33cb0b
1 changed files with 1 additions and 1 deletions
|
@ -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) "-" "_")
|
||||
|
|
Loading…
Add table
Reference in a new issue