From 47a1e52873173aa3f392cc62c23fcba3b9edeceb Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 23 Mar 2011 22:40:47 +0100 Subject: Minor tweaks --- emacs.d/10-settings.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'emacs.d/10-settings.el') diff --git a/emacs.d/10-settings.el b/emacs.d/10-settings.el index 45c9601..073e1ef 100644 --- a/emacs.d/10-settings.el +++ b/emacs.d/10-settings.el @@ -2,12 +2,14 @@ (set-frame-font "-*-tamsyn-medium-*-*-*-15-*-*-*-*-80-*-*")) (setq inhibit-startup-message t) ; don't show welcome screen -(setq require-final-newline t) ; always append a newline to a file, if it doesn't have one -(setq font-lock-maximum-decoration t) ; denotes my interest in maximum possible fontification +(setq require-final-newline t) ; always append a newline to a + ; file, if it doesn't have one +(setq font-lock-maximum-decoration t) ; denotes my interest in maximum + ; possible fontification (setq inhibit-default-init t) ; don't load default init -(setq indent-tabs-mode nil) ; spaces, no tabs +(setq-default indent-tabs-mode nil) ; spaces, no tabs -(setq backup-directory-alist `((".*" . ,temporary-file-directory))) +(setq backup-directory-alist `((".*" . ,temporary-file-directory))) ; backup file location (setq auto-save-file-name-transforms `((".*" ,temporary-file-directory t))) ; autosave file location -- cgit v1.2.3-54-g00ecf