diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-15 18:45:32 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-15 18:45:32 -0700 |
| commit | 48e818808429e98e7db1f78b3e10537d829d2861 (patch) | |
| tree | c9c06fcb0f8fe19b3a586fb2385d899e560af422 /tests/ci-build.el | |
| parent | 1f04e4d007d7fd56d997e2148b7d01db444f0495 (diff) | |
fix build process to use catppuccin theme; checkpoint
Diffstat (limited to 'tests/ci-build.el')
| -rw-r--r-- | tests/ci-build.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/ci-build.el b/tests/ci-build.el index f72eb02..68d8670 100644 --- a/tests/ci-build.el +++ b/tests/ci-build.el @@ -11,9 +11,9 @@ (princ "STEP 0: tf\n" (quote external-debugging-output)) (setq noninteractive t) -(setq system-email "lol@troll.com") +(setq system-email "ci-runner@nullring.xyz") (setq system-username "ci-runner") -(setq system-fullname "Preston Pan") +(setq system-fullname "Preston Pan") ;; needed for postamble (setq system-gpgkey "00000000") (defun package-vc-install (&rest args) (message "blocked package-vc-install for %s" args)) (defun package-vc--unpack (&rest args) nil) @@ -40,4 +40,8 @@ (setq vc-handled-backends nil) (setq make-backup-files nil auto-save-default nil create-lockfiles nil) +(require 'catppuccin-theme) +(setq catppuccin-flavor 'mocha) +(load-theme 'catppuccin t) + (princ "STEP 1: init.el?\n" (quote external-debugging-output)) |
