From 4cce75f31bd17f9d86a91264f38829c51eee80da Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 13 Nov 2023 14:53:35 +0100 Subject: Emacs: remove consult-ghq override Changes have been applied upstream --- user/settings/emacs.nix | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'user/settings') 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 = { -- cgit 1.4.1