Add/fix vim modelines for automake stuff.
authorBrenden Matthews <brenden@rty.ca>
Mon, 27 Jul 2009 20:49:19 +0000 (14:49 -0600)
committerBrenden Matthews <brenden@rty.ca>
Mon, 27 Jul 2009 20:49:19 +0000 (14:49 -0600)
data/Makefile.am
doc/Makefile.am
lua/Makefile.am

index c853e26..2c910a5 100644 (file)
@@ -26,4 +26,4 @@
 configdir = ${sysconfdir}/conky
 dist_config_DATA = conky.conf conky_no_x11.conf
 
-# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
+# vi:set ts=4 sw=4 noet ai nocindent syntax=automake:
index 9a374b6..4246247 100644 (file)
@@ -29,4 +29,4 @@ man_MANS = conky.1
 
 EXTRA_DIST = $(DOCS) command_options.xml config_settings.xml docgen.sh docs.xml variables.xml variables.xsl config_settings.xsl lua.xml lua.xsl
 
-# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
+# vi:set ts=4 sw=4 noet ai nocindent syntax=automake:
index 49fcde0..dbf9ae3 100644 (file)
@@ -58,3 +58,4 @@ pkglib_LTLIBRARIES = $(libcairo) $(libimlib2)
 
 endif # BUILD_LUA
 
+# vi:set ts=4 sw=4 noet ai nocindent syntax=automake: