.emacs-my
changeset 93 99f967be941a
parent 82 1a705650ca56
child 85 2bb7e6aceac9
equal deleted inserted replaced
82:1a705650ca56 93:99f967be941a
     1 ;; -*- mode: lisp; coding: cp1251 -*-
     1 ;; -*- mode: lisp; coding: cp1251 -*-
     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 21.
     5 ;; .emacs file for GNU Emacs.
     6 
     6 ;;
     7 ;; silent runing
     7 ;; ~/.emacs load this file after ~/.emacs-my-pre, but before ~/.emacs-my-post.
       
     8 
       
     9 ;; ======================================================================
       
    10 ;; Silent runing.
       
    11 
     8 ;; (setq inhibit-splash-screen t) ; nonexist on 21.4.1
    12 ;; (setq inhibit-splash-screen t) ; nonexist on 21.4.1
     9 (setq inhibit-startup-message t)
    13 (setq inhibit-startup-message t)
    10 
    14 
    11 ;; ======================================================================
    15 ;; ======================================================================
    12 ;; Debugging.
    16 ;; Debugging.