diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-11-01 22:14:45 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2011-11-01 22:14:45 +0200 |
commit | 0d10b94e7a6e701e2bccbef79236a25fa33be6ff (patch) | |
tree | f59948c7da201bc4a388844c6f5f9d2576cb8229 /completions/mutt | |
parent | 15211e74fe915e07fb97363b7d5adfd7ca81d1c9 (diff) | |
download | bash-completion-0d10b94e7a6e701e2bccbef79236a25fa33be6ff.tar.gz |
Move Emacs indentation settings from every file to .dir-locals.el.
Diffstat (limited to 'completions/mutt')
-rw-r--r-- | completions/mutt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/mutt b/completions/mutt index 374e2f1b..70699a15 100644 --- a/completions/mutt +++ b/completions/mutt @@ -1,4 +1,4 @@ -# mutt completion +# mutt completion -*- shell-script -*- # # Mutt doesn't have an "addressbook" like Pine, but it has aliases and # a "query" function to retrieve addresses, so that's what we use here. @@ -171,10 +171,4 @@ _mutt() } && complete -F _mutt -o default mutt muttng -# Local variables: -# mode: shell-script -# sh-basic-offset: 4 -# sh-indent-comment: t -# indent-tabs-mode: nil -# End: # ex: ts=4 sw=4 et filetype=sh |