From: alex Date: Sat, 29 Mar 2025 13:21:45 +0000 (+0100) Subject: Remove things that did not work on Windows X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=1df678ef642d3419b74c3f531dff4b8b7ac062ce;p=alex.git Remove things that did not work on Windows --- 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