[OS X Emacs] auto-save-list: how to avoid empty directory?

Hofert Jan Marius marius.hofert at math.ethz.ch
Fri Sep 23 05:23:29 EDT 2011


Dear all,

I have the following lines in Preferences.el to prevent backup/auto-save files from being written. Still, a (empty) folder named "auto-save-list" is created. How can I avoid that?

(setq make-backup-files nil); don't want backup files
(setq auto-save-default nil); don't want auto saving
(setq auto-save-list-file-name nil); don't want .saves files 

Cheers,

Marius


More information about the MacOSX-Emacs mailing list