diff options
-rw-r--r-- | config.h.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.dist b/config.h.dist index 844a555..0440927 100644 --- a/config.h.dist +++ b/config.h.dist @@ -9,10 +9,10 @@ /* User Configuration */ /* - If you define DICT, you can use dictionary look-up function + If you define USE_DICT, you can use dictionary look-up function in w3m. See README.dict for detail. */ -#define DICT +#define USE_DICT /* If you want to load and save URL history. |