mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 05:20:35 +08:00
690648e1b0
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
11 lines
492 B
Fish
11 lines
492 B
Fish
#
|
|
# These completions are uncomplete
|
|
#
|
|
complete -c emacs -s q -d (_ "Do not load init files")
|
|
complete -c emacs -s u -d (_ "Load users init file") -xa "(__fish_complete_users)"
|
|
complete -c emacs -s t -d (_ "Use file as terminal") -r
|
|
complete -c emacs -s f -d (_ "Execute Lisp function") -x
|
|
complete -c emacs -s l -d (_ "Load Lisp code from file") -r
|
|
complete -c emacs -o nw -d (_ "Do not use X interface")
|
|
complete -uc emacs -s d -o display -d (_ "Create window on the specified display") -x
|