home: emacs: use vertico+consult instead of selectrum

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-07-02 22:20:29 +05:30
parent 0eacdcdc27
commit 5785832cbe
2 changed files with 31 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, inputs, ... }:
let
emacs = pkgs.emacs-git-pgtk;
configFile = ./config/emacs/config.org;
configFile = ./config/config.org;
enable = true;
in
{