diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 244b9ab..8966dd6 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -588,9 +588,6 @@ Setup prefix for keybindings. ) ) - (use-package eglot-booster - :after eglot - :config (eglot-booster-mode)) #+END_SRC ** Go #+BEGIN_SRC emacs-lisp diff --git a/hosts/pinwheel/modules/emacs/default.nix b/hosts/pinwheel/modules/emacs/default.nix index 09d2de5..307fcb1 100644 --- a/hosts/pinwheel/modules/emacs/default.nix +++ b/hosts/pinwheel/modules/emacs/default.nix @@ -12,18 +12,6 @@ let epkgs.flymake-go-staticcheck epkgs.tree-sitter-langs epkgs.treesit-grammars.with-all-grammars - - (epkgs.trivialBuild { - pname = "eglot-booster"; - version = "main-2024-04-11"; - - src = pkgs.fetchFromGitHub { - owner = "jdtsmith"; - repo = "eglot-booster"; - rev = "e19dd7ea81bada84c66e8bdd121408d9c0761fe6"; - hash = "sha256-vF34ZoUUj8RENyH9OeKGSPk34G6KXZhEZozQKEcRNhs="; - }; - }) ]; }; @@ -50,7 +38,6 @@ in ec emacs pkgs.wl-clipboard - pkgs.emacs-lsp-booster pkgs.nixd ]; };