aboutsummaryrefslogtreecommitdiffstats
path: root/src/_layman
diff options
context:
space:
mode:
Diffstat (limited to 'src/_layman')
-rw-r--r--src/_layman11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/_layman b/src/_layman
index a1aab02..099ab57 100644
--- a/src/_layman
+++ b/src/_layman
@@ -42,9 +42,6 @@
# * Mamoru Komachi <usata@usata.org>
#
# ------------------------------------------------------------------------------
-# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
-# vim: ft=zsh sw=2 ts=2 et
-# ------------------------------------------------------------------------------
#<app-portage/layman-1.1.1>
#
@@ -96,3 +93,11 @@ actions_args=(
)
_arguments $global_opts[@] $actions_args[@]
+
+# Local Variables:
+# mode: Shell-Script
+# sh-indentation: 2
+# indent-tabs-mode: nil
+# sh-basic-offset: 2
+# End:
+# vim: ft=zsh sw=2 ts=2 et