another instruction update

pull/8675/merge^2
mattwparas 2024-07-06 09:24:26 -07:00
parent 7848327508
commit 773ae95cc7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ For example, if we wanted to select a random theme at startup:
(define (randomly-pick-theme options)
;; Randomly select the theme from the possible themes list
(helix.theme (list (select-random options))))
(helix.theme (select-random options)))
(randomly-pick-theme possible-themes)