From 1b107c0dbc35c9b37471f139dd92f1fb0e276192 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 30 Oct 2016 17:42:18 +0900 Subject: Set use_dictcommand to 1 by default --- fm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fm.h') 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); -- cgit v1.2.3