.emacs-my
changeset 111 fcea9d3b79e1
parent 109 75b4bf140e73
child 112 3d1b437969cb
equal deleted inserted replaced
109:75b4bf140e73 111:fcea9d3b79e1
     2 ;;
     2 ;;
     3 ;; Copyright (C) 2008 by Oleksandr Gavenko <gavenkoa@gmail.com>
     3 ;; Copyright (C) 2008 by Oleksandr Gavenko <gavenkoa@gmail.com>
     4 ;;
     4 ;;
     5 ;; .emacs file for GNU Emacs.
     5 ;; .emacs file for GNU Emacs.
     6 ;;
     6 ;;
     7 ;; ~/.emacs load this file after ~/.emacs-my-pre, but before ~/.emacs-my-post.
     7 ;; ~/.emacs load this file after ~/.emacs-pre, but before ~/.emacs-post.
     8 
     8 
     9 ;; ======================================================================
     9 ;; ======================================================================
    10 ;; Debugging.
    10 ;; Debugging.
    11 
    11 
    12 ;; Shut off message buffer by setting nil. Note - if you need to debug emacs,
    12 ;; Shut off message buffer by setting nil. Note - if you need to debug emacs,