summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-19 18:02:49 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-19 18:02:49 +0200
commit1f4af41e964ee4bedfffbc591173ecc3bbfbb907 (patch)
tree74633635fab9974ca66f78025fa29a7c15439674 /config
parent341f8322ed11456bd206a17e5a7438d45e7412fe (diff)
Split Custom and Alternate command.
Diffstat (limited to 'config')
-rw-r--r--config/config.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.c b/config/config.c
index c1455cef..82ab987c 100644
--- a/config/config.c
+++ b/config/config.c
@@ -107,10 +107,10 @@ Settings config = {
/** Parse ~/.ssh/known_hosts file in ssh view. */
.parse_known_hosts = TRUE,
/** Modi to combine into one view. */
- .combi_modi = "window,run",
- .glob = FALSE,
- .tokenize = TRUE,
- .regex = FALSE,
+ .combi_modi = "window,run",
+ .glob = FALSE,
+ .tokenize = TRUE,
+ .regex = FALSE,
/** Monitor */
.monitor = -1,
/** set line margin */