about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-02-17 15:47:38 +0100
committerMichael Vetter <jubalh@iodoru.org>2022-02-17 15:48:56 +0100
commitadc68bd4b1037302ad745feb58983ae5ad11637a (patch)
treeb3cd0cc7d2a256d232e37f95e6e4b9bfd6ec354b /configure.ac
parent7bbaa11a54b6b32055df604f8bf5dd00fe97388d (diff)
downloadprofani-tty-adc68bd4b1037302ad745feb58983ae5ad11637a.tar.gz
build: add vim modeline
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4a6a8ba2..58655534 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,3 @@
-#                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
 AC_INIT([profanity],[0.12.0],[jubalh@iodoru.org])
@@ -393,3 +392,5 @@ echo "Global Python plugins path : $GLOBAL_PYTHON_PLUGINS_PATH"
 echo "Global C plugins path      : $GLOBAL_C_PLUGINS_PATH"
 echo ""
 echo "Now you can run \`make' to build profanity"
+
+dnl vim: expandtab:ts=4:sts=4:sw=4