Skip to content

Instantly share code, notes, and snippets.

@andresilva
Created February 2, 2015 12:30
Show Gist options
  • Save andresilva/b2650df9f22094f1721c to your computer and use it in GitHub Desktop.
Save andresilva/b2650df9f22094f1721c to your computer and use it in GitHub Desktop.
Helm fuzzy matching
(setq helm-buffers-fuzzy-matching t
helm-recentf-fuzzy-match t
helm-locate-fuzzy-match t
helm-M-x-fuzzy-match t
helm-semantic-fuzzy-match t
helm-imenu-fuzzy-match t
helm-apropos-fuzzy-match t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment