diff --git a/init.el b/init.el index e96e8d2..d18a62a 100644 --- a/init.el +++ b/init.el @@ -11,7 +11,7 @@ (setq version-control t ) ; use version control (setq vc-make-backup-files t ) ; make backups file even when in version controlled dir (setq backup-directory-alist `(("." . "~/.emacs.d/backups")) ) ; which directory to put backups file -(setq vc-follow-symlinks t ) ; don't ask for confirmation when opening symlinked file +(setq vc-follow-symlinks t ) ; don't ask for confirmation when opening symlinked file (setq auto-save-file-name-transforms '((".*" "~/.emacs.d/auto-save-list/" t)) ) ;transform backups file name (setq inhibit-startup-screen t ) ; inhibit useless and old-school startup screen (setq ring-bell-function 'ignore ) ; silent bell when you make a mistake