diff --git a/home-environments/radio.scm b/home-environments/radio.scm index ce524c5..12420ed 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -33,7 +33,7 @@ #|Radix|# #|C|# #:use-module (radix combinators) #|U|# #:use-module (radix utils) - + #|Radix packages|# #|F|# #:use-module (radix packages fish-xyz) @@ -372,7 +372,7 @@ (full-level 90) (warning-level 70) (critical-level 30) - (full-message "Unplug the cable.") - (warning-message "You may want to plug the cable.") - (critical-message "Plug the cable."))))))) + (full-message "Unplug the cable") + (warning-message "You may want to plug the cable") + (critical-message "Plug the cable"))))))) home-environment