aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-10-30 08:42:18 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-10-30 08:42:18 +0000
commit1b107c0dbc35c9b37471f139dd92f1fb0e276192 (patch)
treea53e6c48cc654ed2a4b0600ee432ed2b79b73c22 /fm.h
parentAdd w3mdict.cgi to LIB_TARGETS (diff)
downloadw3m-1b107c0dbc35c9b37471f139dd92f1fb0e276192.tar.gz
w3m-1b107c0dbc35c9b37471f139dd92f1fb0e276192.zip
Set use_dictcommand to 1 by default
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 4b99a9d..ede537b 100644
--- a/fm.h
+++ b/fm.h
@@ -1024,7 +1024,7 @@ global char *BookmarkFile init(NULL);
global int UseExternalDirBuffer init(TRUE);
global char *DirBufferCommand init("file:///$LIB/dirlist" CGI_EXTENSION);
#ifdef USE_DICT
-global int UseDictCommand init(FALSE);
+global int UseDictCommand init(TRUE);
global char *DictCommand init("file:///$LIB/w3mdict" CGI_EXTENSION);
#endif /* USE_DICT */
global int ignore_null_img_alt init(TRUE);