diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-02-17 15:47:38 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-02-17 15:48:56 +0100 |
commit | adc68bd4b1037302ad745feb58983ae5ad11637a (patch) | |
tree | b3cd0cc7d2a256d232e37f95e6e4b9bfd6ec354b | |
parent | 7bbaa11a54b6b32055df604f8bf5dd00fe97388d (diff) | |
download | profani-tty-adc68bd4b1037302ad745feb58983ae5ad11637a.tar.gz |
build: add vim modeline
-rw-r--r-- | configure.ac | 3 |
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 |