From 8b7fdc5bd89fa2f683b08e540b7ee02297dd69d3 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 1 Sep 2026 21:11:30 -0700 Subject: [PATCH] Don't color built-in functions specially --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index c7d0751..da66494 100644 --- a/init.el +++ b/init.el @@ -1596,6 +1596,7 @@ With PROJECT, give diagnostics for all buffers in the current project." (eglot-ignored-server-capabilities '(:documentOnTypeFormattingProvider)) :custom-face (eglot-semantic-operator ((t (:inherit default)))) + (eglot-semantic-defaultLibrary ((t ()))) :init (defun my/eglot-if-trusted () (when (trusted-content-p)