el-get/recipes/bash-completion.rcp
2013-07-09 14:45:32 -07:00

10 lines
443 B
Plaintext

(: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)))