diff options
author | Ben Widawsky <ben@bwidawsk.net> | 2013-01-31 13:06:17 -0800 |
---|---|---|
committer | Ben Widawsky <ben@bwidawsk.net> | 2013-02-05 10:06:29 -0800 |
commit | c75b8c60b52cd75f756e59fcfd4ce971e9189509 (patch) | |
tree | f9c0b14d69a1298540d587a270a55a38160c425e /configure.ac | |
parent | 90f0b3dcf361cfed86f3222028f7a8d525159e66 (diff) |
configure.ac: Add vim magic modeline
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b75a9d4f..1c56fa49 100644 --- a/configure.ac +++ b/configure.ac @@ -135,3 +135,5 @@ AC_CONFIG_FILES([ debugger/system_routine/Makefile ]) AC_OUTPUT + +# vim: set ft=config ts=8 sw=8 tw=0 noet : |