1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 11:12:21 +00:00

Add/fix vim modelines for automake stuff.

This commit is contained in:
Brenden Matthews 2009-07-27 14:49:19 -06:00
parent d97cd93a1c
commit 04ee7dc2fc
3 changed files with 3 additions and 2 deletions

View 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:

View 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:

View File

@ -58,3 +58,4 @@ pkglib_LTLIBRARIES = $(libcairo) $(libimlib2)
endif # BUILD_LUA
# vi:set ts=4 sw=4 noet ai nocindent syntax=automake: