equal
deleted
inserted
replaced
12 ;; ====================================================================== |
12 ;; ====================================================================== |
13 ;; Debugging. |
13 ;; Debugging. |
14 |
14 |
15 ;; Shut off message buffer by setting nil. |
15 ;; Shut off message buffer by setting nil. |
16 (setq message-log-max 100) |
16 (setq message-log-max 100) |
17 |
|
18 ;;(add-hook 'after-init-hook |
|
19 ;; '(lambda () (setq debug-on-error t))) |
|
20 ;;(debug-on-entry 'command-line-1) |
|
21 |
17 |
22 ;; 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. |
23 (setq debug-on-error nil) ; t/nil |
19 (setq debug-on-error nil) ; t/nil |
24 |
20 |
25 ;; ====================================================================== |
21 ;; ====================================================================== |