flesh/snippets/basic_minimal_configuration.rls
Ava Hahn 34e77903a6
Add userlib tests
Document userlib in readme
extend example configuration to include userlib
2023-03-17 13:24:31 -07:00

12 lines
273 B
Text

;; comment out to load USERLIB
;; (load (concat HOME "/.relish/userlib.rls"))
;; if you have userlib
;; (set CFG_RELISH_POSIX "1")
;; else
(def CFG_RELISH_POSIX
(get-doc (q CFG_RELISH_POSIX))
"1")
(echo "Welcome back to relish.")
(echo "Enjoy your computing.")