first commit

This commit is contained in:
trogloxene
2026-03-15 12:56:10 +08:00
commit 8c1c211e4b
12 changed files with 676 additions and 0 deletions

22
custom.el Normal file
View File

@@ -0,0 +1,22 @@
;;; -*- lexical-binding: t -*-
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
'("c98e359e2ec6d95e29f006202641f7bafc9e6e204f937d4d518c3ef154ed479b"
"7fea145741b3ca719ae45e6533ad1f49b2a43bf199d9afaee5b6135fd9e6f9b8"
"2b0fcc7cc9be4c09ec5c75405260a85e41691abb1ee28d29fcd5521e4fca575b"
default))
'(package-selected-packages
'(ace-window benchmark-init cape cnfonts corfu crux drag-stuff eglot
embark-consult everything exec-path-form-shell gcmh
hungry-delete marginalia multiple-cursors orderless
restart-emacs smart-mode-line solarized-theme vertico)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)