Moving back to elpaca, again

This commit is contained in:
Zelong Kuang
2026-04-02 19:21:30 +11:00
parent abaeeb6486
commit f2ec25c9d9
27 changed files with 247 additions and 258 deletions

View File

@@ -1,13 +1,13 @@
;; -*- lexical-binding: t; -*-
(use-package cc-mode
:straight nil
:ensure nil
:init (setq-default c-basic-offset 2))
(when (treesit-available-p)
(use-package c-ts-mode
:straight nil
:ensure nil
:functions treesit-available-p
:init
(setq c-ts-mode-indent-offset 2)