From 6831ec9b1be90ebd192dc6e17c01af2d913d877c Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 27 Jul 2026 19:47:41 +0200 Subject: Emacs: lsp-mode: Pin to melpa-unstable --- dot.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index f925aaf..3203387 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -177,6 +177,7 @@ (typescript-ts-mode . tide-hl-identifier-mode))) (use-package lsp-mode + :pin melpa-unstable :commands lsp :bind-keymap ("s-l" . lsp-command-map) ;; https://emacs-lsp.github.io/lsp-mode/page/performance/ -- cgit v1.2.3