Lot of optimisation, replace eglot with lsp-mode

This commit is contained in:
Zelong Kuang
2026-03-30 11:49:18 +11:00
parent e1374b0e88
commit a3468b833e
24 changed files with 311 additions and 179 deletions

View File

@@ -1,7 +1,7 @@
;; -*- lexical-binding: t -*-
(use-package dired
:ensure nil
:straight nil
:bind (:map dired-mode-map
("C-c C-p" . wdired-change-to-wdired-mode)
("b" . dired-up-directory))