Emacs-005-关闭自动备份
发布日期:2021-06-30 03:33:46 浏览次数:3 分类:技术文章

本文共 791 字,大约阅读时间需要 2 分钟。

Emacs-005-关闭自动备份

       默认情况下,每次编辑后编辑文件所在的目录都会生成一个备份文件。时间久了看着真是难受!在读入门文档的时候看到了下面的描述,感觉找到了解决的出路。

       尝试修改配置文件,增加以下内容:

       之后重启Emacs,不断备份的功能已经被禁用。

目前的Emacs配置:

(custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. )(custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:family "Courier New" :foundry "outline" :slant normal :weight normal :height 98 :width normal)))));; Disable files backup function(setq make-backup-files nil)

转载地址:https://greyzhang.blog.csdn.net/article/details/78898095 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:Emacs-006-行号模式的开启与关闭
下一篇:Emacs-004-修改字体显示大小

发表评论

最新留言

初次前来,多多关照!
[***.217.46.12]2024年04月25日 17时04分23秒