aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-03-29 14:21:45 +0100
committeralexpdp7 <alex@corcoles.net>2025-03-29 14:22:28 +0100
commit1df678ef642d3419b74c3f531dff4b8b7ac062ce (patch)
tree611bbe0445b433c3ff2c05a731c52d826976f9da /emacs
parent5b31335a2ab1517213e5e18fe4c950ae2ce59885 (diff)
Remove things that did not work on Windows
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index bffc5825..f16cd141 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