Copy some config from emfy

This commit is contained in:
David Morgan 2022-10-21 16:15:04 +01:00
parent 79d718e7dd
commit ab76fc25a8
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,8 @@
(put 'downcase-region 'disabled nil)
(put 'erase-buffer 'disabled nil)
(setq-default indent-tabs-mode nil)
(setq-default indent-tabs-mode nil
tab-width 4)
(setq comment-auto-fill-only-comments t)
(setq large-file-warning-threshold 100000000)
(setq create-lockfiles nil)
@ -28,6 +29,7 @@
(setq global-auto-revert-non-file-buffers t)
(global-auto-revert-mode t)
(setq backup-by-copying t)
(setq backup-directory-alist
`((".*" . ,temporary-file-directory))
auto-save-file-name-transforms