mirror of https://github.com/helix-editor/helix
another instruction update
parent
d1da0f5b37
commit
7848327508
2
STEEL.md
2
STEEL.md
|
@ -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 *helix.cx* (list (select-random options))))
|
||||
(helix.theme (list (select-random options))))
|
||||
|
||||
(randomly-pick-theme possible-themes)
|
||||
|
||||
|
|
Loading…
Reference in New Issue