| ||||||
| 5/20 |
| 2000/2/29-3/1 [Computer/SW/Languages] UID:17653 Activity:nil |
2/29 How do I instruct emacs to put its turd files in some
out-of-the-way place, instead of the directory I am working in?
\_ (set-variable 'make-backup-files nil)
(set-variable 'auto-save-default nil) |