Disable LSP/Eglot/ESlint for QML files

This commit is contained in:
Jens Luedicke
2025-09-08 16:58:12 +02:00
parent 7899e5e72d
commit 7279a53bc0
8 changed files with 144 additions and 87 deletions

View File

@@ -11,6 +11,10 @@
;; EMERGENCY FIX - Load this first to ensure editing works
(require 'init-emergency-fix)
(require 'init-seq-fix) ; Fix seq library issues
;; Load performance optimizations early
(require 'init-performance)
;;; Load core modules in order
(require 'init-core) ; Core settings and package management