diff --git a/avy-jump.el b/avy-jump.el index f596363..2f8617b 100644 --- a/avy-jump.el +++ b/avy-jump.el @@ -277,6 +277,7 @@ When ARG is non-nil, flip the window scope." (not avy-all-windows) avy-all-windows)) (avy-keys (number-sequence ?a ?z)) + (case-fold-search nil) (candidates (avy--regex-candidates "\\(\\b\\sw\\)\\|\\(?:[^A-Z]\\([A-Z]\\)\\)"))) (dolist (x candidates)