Skip to content

Commit 56ffd0d

Browse files
committed
install correspoinding vertico version
...that corresponds to what doom-emacs expects the previous version
1 parent d150381 commit 56ffd0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dotfiles/doom.d/init.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
;; NOTE: I switched from vertico to ivy completion becuase of a
2727
;; bug that seems to be in the search code for vertico.
2828
;; 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
3131

3232
:ui
3333
;;deft ; notational velocity for Emacs

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
vertico = self.trivialBuild {
7878
pname = "vertico";
7979
ename = "vertico";
80-
version = "926234ab3fbe2b89e8c7ddfccecff518d73ac6ba";
80+
version = "2ad46196653b8a873adf11aee949d621af8ff6bc";
8181
packageRequires = [ super.compat super.emacs ];
8282
src = pkgs.fetchFromGitHub {
8383
owner = "minad";
8484
repo = "vertico";
85-
rev = "926234ab3fbe2b89e8c7ddfccecff518d73ac6ba";
85+
rev = "2ad46196653b8a873adf11aee949d621af8ff6bc";
8686
sha256 = "sha256-8vsNZKSWY6AcLs/a8/b9tjmkF2LEeRSAOvsdiWq+cAc=";
8787

8888
};

0 commit comments

Comments
 (0)