Emacs: Simplify backup regexp and remove old backup options

master
Pierre Neidhardt 2017-06-03 13:47:14 +01:00
parent 7df0ca1740
commit f39d015a28
1 changed files with 1 additions and 5 deletions

View File

@ -30,11 +30,7 @@
;;; Place backup files in specific directory.
(setq backup-directory-alist
`((".*" . ,(concat emacs-cache-folder "backups/"))))
;;; Other backup options.
;; (setq backup-inhibited t)
;; (setq make-backup-files t)
;; (setq version-control t)
`(("." . ,(concat emacs-cache-folder "backups/"))))
;;; Default mode
(setq-default major-mode 'text-mode)