Document 'inhibit-default-init'.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 17 Jan 2011 21:51:05 +0200
changeset 539 4e0728ed912a
parent 538 45b1d7e9f251
child 540 68caaf13c996
Document 'inhibit-default-init'.
.emacs-my
--- a/.emacs-my	Mon Jan 17 21:40:36 2011 +0200
+++ b/.emacs-my	Mon Jan 17 21:51:05 2011 +0200
@@ -18,6 +18,10 @@
 ;; Set the debug option to enable a backtrace when a problem occurs.
 (setq debug-on-error nil)               ; t/nil
 
+;; Prevent Emacs from loading 'default.el', which loaded after '.emacs'.
+;; Also '-q' prevent loading your init file.
+(setq inhibit-default-init nil)         ; t/nil
+
 ;;; ----------------------------------------------------------------
 ;;; user info.