auto-save-visited-mode

This commit is contained in:
Alexander Bantyev 2022-01-26 14:51:21 +03:00
parent 8c9ae75829
commit d6303e1024
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 5 additions and 2 deletions

View File

@ -36,7 +36,10 @@
(global-auto-revert-mode)
(setq auto-save-default nil)
(setq auto-save-interval 5)
(auto-save-visited-mode)
(setq make-backup-files nil)
;; (use-package xah-fly-keys

View File

@ -4,7 +4,7 @@
userEmail = "balsoft@balsoft.ru";
userName = "Alexander Bantyev";
extraConfig.pull.rebase = true;
ignores = [ ".envrc" ".direnv" "*~" ];
ignores = [ ".envrc" ".direnv" "*~" ".#*" "#*#" ];
signing = {
signByDefault = true;
key = "687558B21E04FE92B255BED0E081FF12ADCB4AD5";