summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/settings/emacs.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix
index 348395a5..cd5c1a74 100644
--- a/user/settings/emacs.nix
+++ b/user/settings/emacs.nix
@@ -30,19 +30,6 @@ in
   programs.emacs = {
     enable = true;
     package = lib.mkDefault (pkgs.emacs29.override { withGTK3 = true; });
-    overrides = self: super: (
-      {
-        consult-ghq = super.consult-ghq.overrideAttrs
-          (oldAttrs: {
-            src = pkgs.fetchFromGitHub {
-              owner = "alanpearce";
-              repo = "consult-ghq";
-              rev = "3a0b366ef2e066c0d941a19d22d5a23d7f778535";
-              sha256 = "0v7z61nx6xyhxbqkjangqrnay7pp74w4m90wfb29l99p1wkxqbzx";
-            };
-          });
-      }
-    );
 
     eshell = {
       aliases = {