Small Fixes and Improvents to Factor Layer (#14253)

* [factor] Add two useful snippets

* [factor] Make binding match documentation

* [factor] Fix startup command for graphical listener
This commit is contained in:
timor 2021-01-03 09:09:54 +01:00 committed by GitHub
parent 11345a8392
commit 86ca64939c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 3 deletions

View File

@ -98,7 +98,7 @@ Returns the process object.
(setq factor--ui-listener-process
(start-process-shell-command
"Factor-UI-Listener" "*Factor-UI-Listener*"
(format "%s -image='%s' -e='USING: fuel.remote ; fuel-start-remote-listener* \"ui.tools\" run ' %s"
(format "%s -image='%s' -e='USING: fuel.remote vocabs.loader ; fuel-start-remote-listener* \"ui.tools\" run ' %s"
factor-binary
factor-image
(or cmd-line-options "")))))

View File

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: HELP:
# key: HELP:
# --
HELP: $1
{ \$description "$3" } ;

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: <... ...>
# key: <>
# --
<$1
$0
$1>

View File

@ -3,4 +3,4 @@
# condition: (looking-back "^:")
# --
: $1 ( $2 -- $3 )
$0
$0

View File

@ -84,7 +84,7 @@
"v" 'fuel-edit-vocabulary
"r" 'fuel-refresh-all
"Ts" 'fuel-stack-mode
"w" 'fuel-help
"h" 'fuel-help
"Sv" 'fuel-scaffold-vocab
)