rename relish to flesh
This commit is contained in:
parent
415b1181fa
commit
9b447eb5b7
58 changed files with 252 additions and 245 deletions
12
snippets/basic_minimal_configuration.f
Normal file
12
snippets/basic_minimal_configuration.f
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
;; comment out to load USERLIB
|
||||
;; (call (concat HOME "/.flesh/userlib.f"))
|
||||
|
||||
;; if you have userlib
|
||||
;; (set CFG_FLESH_POSIX "1")
|
||||
;; else
|
||||
(def CFG_FLESH_POSIX
|
||||
(get-doc (q CFG_FLESH_POSIX))
|
||||
"1")
|
||||
|
||||
(echo "Welcome back to Flesh.")
|
||||
(echo "Enjoy your computing.")
|
||||
Loading…
Add table
Add a link
Reference in a new issue