feat(emacs): c lsp

This commit is contained in:
2026-05-23 14:34:23 -06:00
parent a18df3542d
commit 2e6b32dc82

View File

@@ -0,0 +1,9 @@
;;; -*- lexical-binding: t -*-
(require 'syd/base)
(require 'syd/lsp)
(with-eval-after-load 'cc-mode
(add-hook 'c-mode-hook #'lsp-deferred))
(provide 'syd/cc)