Fix rebase error
This commit is contained in:
parent
8187a45c31
commit
e6a5c692d3
1 changed files with 5 additions and 5 deletions
|
@ -108,6 +108,11 @@
|
||||||
(default-value (home-zsh-contextual-abbrevs-configuration))
|
(default-value (home-zsh-contextual-abbrevs-configuration))
|
||||||
(description "Install and configure zsh-contextual-abbrevs.")))
|
(description "Install and configure zsh-contextual-abbrevs.")))
|
||||||
|
|
||||||
|
(define-configuration/no-serialization home-zsh-autopair-configuration
|
||||||
|
(package
|
||||||
|
(package zsh-autopair)
|
||||||
|
"Package to use for setting zsh-autopair."))
|
||||||
|
|
||||||
(define (add-zsh-autopair config)
|
(define (add-zsh-autopair config)
|
||||||
(home-zsh-extension
|
(home-zsh-extension
|
||||||
(zshrc
|
(zshrc
|
||||||
|
@ -116,11 +121,6 @@
|
||||||
"zshrc"
|
"zshrc"
|
||||||
"source " (home-zsh-autopair-configuration-package config) "/share/zsh/plugins/zsh-autopair/zsh-autopair.zsh")))))
|
"source " (home-zsh-autopair-configuration-package config) "/share/zsh/plugins/zsh-autopair/zsh-autopair.zsh")))))
|
||||||
|
|
||||||
(define-configuration/no-serialization home-zsh-autopair-configuration
|
|
||||||
(package
|
|
||||||
(package zsh-autopair)
|
|
||||||
"Package to use for setting zsh-autopair."))
|
|
||||||
|
|
||||||
(define (add-zsh-autopair-packages config)
|
(define (add-zsh-autopair-packages config)
|
||||||
(list (home-zsh-autopair-configuration-package config)))
|
(list (home-zsh-autopair-configuration-package config)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue