mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
34e27ff4c2
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
10 lines
541 B
Fish
10 lines
541 B
Fish
#
|
|
# These completions are uncomplete
|
|
#
|
|
complete -c emacs -s q --description "Do not load init files"
|
|
complete -c emacs -s u --description "Load users init file" -xa "(__fish_complete_users)"
|
|
complete -c emacs -s t --description "Use file as terminal" -r
|
|
complete -c emacs -s f --description "Execute Lisp function" -x
|
|
complete -c emacs -s l --description "Load Lisp code from file" -r
|
|
complete -c emacs -o nw --description "Do not use X interface"
|
|
complete -uc emacs -s d -o display --description "Create window on the specified display" -x
|