equal
deleted
inserted
replaced
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. |