diff options
| author | Alex <alex.corcoles@veecle.io> | 2024-07-23 12:13:17 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-07-23 12:19:01 +0200 |
| commit | f10237e22620d8102c7fe185fa2202bf9a04cc3e (patch) | |
| tree | 1c2e2de1ad79b8bb0d22b8499595603672f1b6cc /emacs/emacs.el | |
| parent | d4baca9cbb9077930466989b974703bc6835d344 (diff) | |
Fixes for Windows Terminal
Diffstat (limited to 'emacs/emacs.el')
| -rw-r--r-- | emacs/emacs.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index e3fbc392..c484aa0f 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -59,6 +59,9 @@ ;; LSP base for Rust and Java (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 company |
