feat: Ostensibly enable fuzzy matching in Helm

This commit is contained in:
Vincent Ambo 2017-10-15 16:31:39 +02:00
parent 867ea97fd9
commit dadb4b4fed

View file

@ -4,6 +4,10 @@
;; Make Helm go!
(require 'helm-config)
;; Enable fuzzy matching in Helm
(setq helm-mode-fuzzy-match t
helm-completion-in-region-fuzzy-match t)
(global-set-key (kbd "M-x") #'helm-M-x)
(global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks)
(global-set-key (kbd "C-x C-f") #'helm-find-files)