aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-08-29 22:30:36 -0700
committerGravatar Tom Willemse2023-08-29 22:30:36 -0700
commite6a5c692d34c67122311d4b1c47e25f04c6fb6ec (patch)
treefc1c8fedddd275ee8d2fb2dd8f76f89183b2c1de /oni
parent8187a45c313805717ada5a41ca4960b015113ef3 (diff)
downloadnew-dotfiles-e6a5c692d34c67122311d4b1c47e25f04c6fb6ec.tar.gz
new-dotfiles-e6a5c692d34c67122311d4b1c47e25f04c6fb6ec.zip
Fix rebase error
Diffstat (limited to 'oni')
-rw-r--r--oni/home/services/zsh.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/oni/home/services/zsh.scm b/oni/home/services/zsh.scm
index a003db0..65005f7 100644
--- a/oni/home/services/zsh.scm
+++ b/oni/home/services/zsh.scm
@@ -108,6 +108,11 @@
(default-value (home-zsh-contextual-abbrevs-configuration))
(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)
(home-zsh-extension
(zshrc
@@ -116,11 +121,6 @@
"zshrc"
"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)
(list (home-zsh-autopair-configuration-package config)))