feat(aspen/emacs): Use hotfuzz for completion
This is like orderless but a million times better (no need for spaces!) Change-Id: Id8d2382e1d83792959580bcbe807cdd9aebdde88 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11130 Reviewed-by: aspen <root@gws.fyi> Autosubmit: aspen <root@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									a0225431de
								
							
						
					
					
						commit
						2466ecaf31
					
				
					 2 changed files with 11 additions and 0 deletions
				
			
		|  | @ -1094,6 +1094,16 @@ nil | |||
| #+RESULTS: | ||||
| | doom--customize-themes-h-30 | doom--customize-themes-h-31 | doom--customize-themes-h-32 | doom--customize-themes-h-33 | doom--customize-themes-h-54 | | ||||
| 
 | ||||
| * Fuzzy search | ||||
| #+begin_src emacs-lisp :tangle yes | ||||
| (use-package! hotfuzz | ||||
|   :config | ||||
|   (setopt completion-styles '(hotfuzz))) | ||||
| #+end_src | ||||
| 
 | ||||
| #+RESULTS: | ||||
| : t | ||||
| 
 | ||||
| * Email | ||||
| #+begin_src elisp :tangle yes | ||||
| (after! notmuch | ||||
|  |  | |||
|  | @ -10,3 +10,4 @@ | |||
| (package! evil-matchit) | ||||
| (package! string-inflection) | ||||
| (package! protobuf-mode) | ||||
| (package! hotfuzz) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue