Skip to content

Commit

Permalink
do not EVER turn auto-save-mode on. EVER.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Barron committed Feb 4, 2009
1 parent f28acc7 commit dc17567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ini/emacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@
(setq indent-tabs-mode nil)
(setq make-backup-files nil)
(auto-save-mode nil)
(setq auto-save-default nil)

(column-number-mode t)
(delete-selection-mode)

(add-hook 'before-make-frame-hook '(lambda () (tool-bar-mode -1)))

(desktop-save-mode 1)

0 comments on commit dc17567

Please sign in to comment.