Skip to content

Commit

Permalink
Check variable instead of symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jojojames committed Dec 1, 2024
1 parent 2d4b26d commit 10c2a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fussy.el
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ Check if TABLE needs to be specially highlighted.
Check if `fussy-score-fn' used doesn't return match indices.
Check if `orderless' is being used."
(or
(eq 'fussy-score-ALL-fn 'fussy-fzf-score)
(eq fussy-score-ALL-fn 'fussy-fzf-score)
(and
;; These don't generate match indices to highlight at all so we should
;; highlight with `completion-pcm--hilit-commonality'.
Expand Down

0 comments on commit 10c2a91

Please sign in to comment.