File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
; ; NOTE: I switched from vertico to ivy completion becuase of a
27
27
; ; bug that seems to be in the search code for vertico.
28
28
; ; no idea when it may get resolved
29
- ; ; ivy ; a search engine for love and life
30
- vertico ; the search engine of the future
29
+ ivy ; a search engine for love and life
30
+ ; ; vertico ; the search engine of the future
31
31
32
32
:ui
33
33
; ;deft ; notational velocity for Emacs
Original file line number Diff line number Diff line change 77
77
vertico = self . trivialBuild {
78
78
pname = "vertico" ;
79
79
ename = "vertico" ;
80
- version = "926234ab3fbe2b89e8c7ddfccecff518d73ac6ba " ;
80
+ version = "2ad46196653b8a873adf11aee949d621af8ff6bc " ;
81
81
packageRequires = [ super . compat super . emacs ] ;
82
82
src = pkgs . fetchFromGitHub {
83
83
owner = "minad" ;
84
84
repo = "vertico" ;
85
- rev = "926234ab3fbe2b89e8c7ddfccecff518d73ac6ba " ;
85
+ rev = "2ad46196653b8a873adf11aee949d621af8ff6bc " ;
86
86
sha256 = "sha256-8vsNZKSWY6AcLs/a8/b9tjmkF2LEeRSAOvsdiWq+cAc=" ;
87
87
88
88
} ;
You can’t perform that action at this time.
0 commit comments