mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
parent
366933413b
commit
01f24f2df6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ complete -c emacs -l no-site-file -d "do not load site-start.el"
|
|||
complete -c emacs -l no-site-lisp -o nsl -d "do not add site-lisp directories to load-path"
|
||||
complete -c emacs -l no-splash -d "do not display a splash screen on startup"
|
||||
complete -c emacs -l no-window-system -o nw -d "do not communicate with X, ignoring $DISPLAY"
|
||||
complete -c emacs -l quick -s Q -d "equivalent to: emacs -l --no-site-file --no-site-lisp --no-splash"
|
||||
complete -c emacs -l quick -s Q -d "equivalent to: emacs -q --no-site-file --no-splash"
|
||||
complete -c emacs -l script -d "run FILE as an Emacs Lisp script"
|
||||
complete -c emacs -l terminal -s t -d "use DEVICE for terminal I/O"
|
||||
complete -c emacs -l user -s u -d "load ~USER/.emacs instead of your own"
|
||||
|
|
Loading…
Reference in a new issue