Config: replace smart-mode-line by simple-modeline, optimize org-ql config, add basic guile support

This commit is contained in:
2026-04-15 03:11:12 +08:00
parent 1af78f99b7
commit a47205eef4
13 changed files with 163 additions and 80 deletions

11
lisp/init-exwm.el Normal file
View File

@@ -0,0 +1,11 @@
;;; init-exwm.el --- exwm config -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
(use-package exwm)
(provide 'init-exwm)
;;; init-exwm.el ends here