.emacs-my
changeset 437 ccdb390f8418
parent 436 95dfd88eee58
child 438 740efbdc5777
equal deleted inserted replaced
436:95dfd88eee58 437:ccdb390f8418
     8 ;; Config file for GNU Emacs.
     8 ;; Config file for GNU Emacs.
     9 ;;
     9 ;;
    10 ;; For load order see README.
    10 ;; For load order see README.
    11 
    11 
    12 ;; ======================================================================
    12 ;; ======================================================================
    13 ;; debugging.
    13 ;; emacs debugging.
    14 
    14 
    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.