feat: Ostensibly enable fuzzy matching in Helm
This commit is contained in:
		
							parent
							
								
									867ea97fd9
								
							
						
					
					
						commit
						dadb4b4fed
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue