Enable levenshtein by default.

This commit is contained in:
QC 2015-04-18 19:45:13 +02:00
parent 99118420ea
commit 6456512695
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Settings config = {
/** Do not use history */
.disable_history = FALSE,
/** Use levenshtein sorting when matching */
.levenshtein_sort = FALSE,
.levenshtein_sort = TRUE,
/** Case sensitivity of the search */
.case_sensitive = FALSE,
/** Separator to use for dmenu mode */