mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
fbec6c35a4
commit
2cff95950c
8 changed files with 99 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue