Config: extract EMMS and clean up config, add gptel session save with AI-generated filenames

This commit is contained in:
User
2026-04-17 02:35:16 +08:00
parent 263df285fc
commit a755ad5a04
9 changed files with 274 additions and 212 deletions

View File

@@ -85,8 +85,8 @@
(setq visible-bell t
inhibit-compacting-font-caches t ; Dont compact font caches during GC
delete-by-moving-to-trash t ; Deleting files go to OS's trash folder
make-backup-files nil ; Forbide to make backup files
auto-save-default nil ; Disable auto save
;; make-backup-files nil ; Forbide to make backup files
;; auto-save-default nil ; Disable auto save
uniquify-buffer-name-style 'post-forward-angle-brackets ; Show path if names are same
adaptive-fill-regexp "[ t]+|[ t]*([0-9]+.|*+)[ t]*"