minor fix

This commit is contained in:
js0ny 2025-03-16 22:21:02 +00:00
parent fbec6c35a4
commit 2cff95950c
8 changed files with 99 additions and 30 deletions

View file

@ -19,6 +19,7 @@
;; https://book.emacs-china.org/#orgcfd105e Open with Emacs
;; (server-mode 1)
(setq use-short-answers t)
(require 'recentf)
(recentf-mode 1)
@ -46,8 +47,7 @@
;; 配置备份文件目录
(setq backup-directory-alist `(("." . ,user-backup-directory)))
(when (boundp 'project-list-file)
(setq project-list-file (expand-file-name "projects-list" user-emacs-data)))
(setq project-list-file (expand-file-name "projects-list" user-emacs-data))
;; 配置自动保存文件目录
(setq auto-save-file-name-transforms