Add some eshell completion patterns
* lisp/eshell/em-cmpl.el (eshell-command-completions-alist): Add 'gunzip', 'bunzip2' and 'unxz'.
This commit is contained in:
parent
91a221b279
commit
f5d8cfff5a
1 changed files with 3 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ is non-nil."
|
|||
(defcustom eshell-command-completions-alist
|
||||
'(("acroread" . "\\.pdf\\'")
|
||||
("xpdf" . "\\.pdf\\'")
|
||||
("gunzip" . "\\.t?gz\\'")
|
||||
("bunzip2" . "\\.t?bz2\\'")
|
||||
("unxz" . "\\.t?xz\\'")
|
||||
("ar" . "\\.[ao]\\'")
|
||||
("gcc" . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")
|
||||
("g++" . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue