From 368be47d269a917b90fe7fd1fe177dee6379ce01 Mon Sep 17 00:00:00 2001 From: Icy-Thought Date: Tue, 16 Jan 2024 09:35:59 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9D=9A=AB]=20(emacs):=20adding=20`emacs-lsp?= =?UTF-8?q?-booster`=20to=20the=20stack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 8 ++++---- modules/desktop/editors/emacs.nix | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index bfeeb002..f7f1c894 100644 --- a/flake.lock +++ b/flake.lock @@ -98,11 +98,11 @@ "emacs-dir": { "flake": false, "locked": { - "lastModified": 1704891870, - "narHash": "sha256-PPuchBCt804ZeM7YpVhr71Lzu2UXek1GUqzRAq+XlKE=", + "lastModified": 1705394827, + "narHash": "sha256-vbGlmfuH29og6pPSVGN4G2plWuJ+qS8sYrz6S2H5Uw0=", "ref": "refs/heads/main", - "rev": "6ed7032ce927d7d74a47ea033e693b412e86d7c1", - "revCount": 402, + "rev": "d902988131a65d4cfa3a391c4d594ca74e9bdc40", + "revCount": 404, "submodules": true, "type": "git", "url": "https://github.com/Icy-Thought/emacs.d.git" diff --git a/modules/desktop/editors/emacs.nix b/modules/desktop/editors/emacs.nix index 845bc0f7..c5f6c7f5 100644 --- a/modules/desktop/editors/emacs.nix +++ b/modules/desktop/editors/emacs.nix @@ -39,6 +39,7 @@ in { user.packages = attrValues ({ inherit (pkgs) binutils gnutls zstd; + inherit (pkgs.unstable) emacs-lsp-booster; } // optionalAttrs config.programs.gnupg.agent.enable { inherit (pkgs) pinentry-emacs;