diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/state.lisp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/state.lisp b/lib/state.lisp index 1f9f36b..7a372e3 100644 --- a/lib/state.lisp +++ b/lib/state.lisp @@ -145,7 +145,10 @@ CACHED-ONELINERS-FILE. NIL if there is no such file." :host (prompt "Oneliner Server Host: " :prefill "https://api.oneliners.wiki") :shell (prompt "With which shell should oneliners be run? " - :prefill "bash"))) + :prefill "bash")) + (format t "A new config file has been created, it will be saved to ~a~%." + (config-file)) + (format t "Be sure to set your EDITOR environment variable if you plan to contribute to the wiki.~%")) (defun read-drafts-file () (read-from-file (drafts-file))) |