This commit is contained in:
Zelong Kuang
2025-12-16 08:23:57 +11:00
parent 1c47483c1c
commit cf25aae545
8 changed files with 43 additions and 5 deletions

View File

@@ -25,8 +25,19 @@
(setq make-backup-files nil)
(setq use-short-answers t)
(setq frame-title-format "Emacs: %b")
(setq visible-bell 1)
(setq-default delete-by-moving-to-trash t
x-stretch-cursor t
window-combination-resize t)
(global-subword-mode 1)
(setq undo-limit 80000000
auto-save-default t
password-cache-expiry nil)
(setq custom-file (expand-file-name "~/.emacs.d/custom.el"))
(add-hook 'elpaca-after-init-hook (lambda () (load custom-file 'no-error 'no-message)))