mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 17:51:15 -03:00
completions/emacs: add completion for argumnet: "--init-directory" (#11165)
This commit is contained in:
@@ -15,6 +15,7 @@ complete -c emacs -l quick -s Q -d "equivalent to: emacs -q --no-site-file --no-
|
||||
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"
|
||||
complete -c emacs -l init-directory -d "start emacs with specified init directory" -rF
|
||||
|
||||
# Action options:
|
||||
complete -c emacs -l directory -s L -d "prepend DIR to load-path (with :DIR, append DIR)"
|
||||
|
||||
Reference in New Issue
Block a user