el-get/recipes/bash-completion.rcp

10 lines
443 B
Plaintext
Raw Normal View History

2013-05-25 16:06:48 +08:00
(:name bash-completion
:description "Completions for shell prompts based on Bash"
:type github
:pkgname "szermatt/emacs-bash-completion"
:post-init (progn
(add-hook 'shell-dynamic-complete-functions
'bash-completion-dynamic-complete)
(add-hook 'shell-command-complete-functions
'bash-completion-dynamic-complete)))