From 1df678ef642d3419b74c3f531dff4b8b7ac062ce Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 29 Mar 2025 14:21:45 +0100 Subject: [PATCH] Remove things that did not work on Windows --- emacs/emacs.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index bffc582..f16cd14 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -65,8 +65,6 @@ (use-package lsp-mode :ensure t :init - ;; Windows Terminal has rendering issues with lenses? - (setq lsp-lens-enable nil) :custom (lsp-rust-features "all")) (use-package lsp-ui -- 2.47.3