Skip to content

Commit

Permalink
init.el: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Dec 26, 2016
1 parent 2ce70d7 commit 106c75a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
;;*** Backups
(setq backup-by-copying t)
(setq backup-directory-alist '(("." . "~/.emacs.d/backups")))
(setq delete-old-versions t)
;;* Bootstrap
;;** autoloads
(load (concat emacs-d "loaddefs.el") nil t)
Expand Down

0 comments on commit 106c75a

Please sign in to comment.