This commit is contained in:
Zelong Kuang
2026-02-22 23:29:18 +11:00
parent 32501941a1
commit c32094700d
6 changed files with 52 additions and 46 deletions

View File

@@ -71,7 +71,6 @@
(setq ring-bell-function 'ignore)
(setq undo-limit 80000000
auto-save-default t
password-cache-expiry nil)
(setq-default delete-by-moving-to-trash t
@@ -129,7 +128,7 @@
(lambda (button)
(helpful-variable (button-get button 'apropos-symbol))))))))
(setq auto-save-file-name-transforms
`((".*" ,(concat user-emacs-directory "auto-save/") t)))
;; (setq auto-save-file-name-transforms
;; `((".*" ,(concat user-emacs-directory "auto-save/") t)))
(provide 'init-better-default)