.emacs-my
changeset 549 62dd5f72d647
parent 548 1bfa0cf51c9c
child 550 d8092299457a
equal deleted inserted replaced
548:1bfa0cf51c9c 549:62dd5f72d647
    15 ;; Shut off message buffer by setting nil.
    15 ;; Shut off message buffer by setting nil.
    16 (setq message-log-max 512)
    16 (setq message-log-max 512)
    17 
    17 
    18 ;; Set the debug option to enable a backtrace when a problem occurs.
    18 ;; Set the debug option to enable a backtrace when a problem occurs.
    19 (setq debug-on-error nil)               ; t/nil
    19 (setq debug-on-error nil)               ; t/nil
       
    20 
       
    21 ;; Get trace when press C-g.
       
    22 (setq debug-on-quit nil)                ; t/nil
    20 
    23 
    21 ;; Prevent Emacs from loading 'default.el', which loaded after '.emacs'.
    24 ;; Prevent Emacs from loading 'default.el', which loaded after '.emacs'.
    22 ;; Also '-q' prevent loading your init file.
    25 ;; Also '-q' prevent loading your init file.
    23 (setq inhibit-default-init nil)         ; t/nil
    26 (setq inhibit-default-init nil)         ; t/nil
    24 
    27