equal
deleted
inserted
replaced
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 ;; Prevent Emacs from loading 'default.el', which loaded after '.emacs'. |
|
22 ;; Also '-q' prevent loading your init file. |
|
23 (setq inhibit-default-init nil) ; t/nil |
20 |
24 |
21 ;;; ---------------------------------------------------------------- |
25 ;;; ---------------------------------------------------------------- |
22 ;;; user info. |
26 ;;; user info. |
23 |
27 |
24 (setq user-full-name "Oleksandr Gavenko") |
28 (setq user-full-name "Oleksandr Gavenko") |