aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-20 06:53:12 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-20 06:53:12 +0100
commit8f6cd838d024da0e862ee1b0e304c1adab6fc4a0 (patch)
treec0041387beb448c75f12e0fd8cbe879e76e1f6f2
parent38b3716234e60ecb657f71f48c0cabc580ba71bc (diff)
downloadsciteco-8f6cd838d024da0e862ee1b0e304c1adab6fc4a0.tar.gz
mention new teco.ini features in README
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 289c77f..a1df2ec 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,8 @@ SciTECO has the following build and runtime dependencies:
3. Build with `make INTERFACE=GTK` or `make INTERFACE=NCURSES` respectively.
3. Install with `make install`.
4. You are recommended to use the included "teco.ini" as a starting point for your profile,
- so copy it to "~/.config/.teco_ini". The default teco.ini doesn't do much currently,
- but it opens files specified on the shell commandline for you.
+ so copy it to "~/.config/.teco_ini". The default teco.ini opens files specified on the
+ commandline for you, uses a file open hook to configure syntax highlighting (only
+ C/C++ and Makefiles for now) and enables line numbers.
More documentation is coming soon.