auto-save-visited-mode
This commit is contained in:
parent
8c9ae75829
commit
d6303e1024
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user