equal
deleted
inserted
replaced
10 ;; ~/.emacs load this file after ~/.emacs-pre, but before ~/.emacs-post. |
10 ;; ~/.emacs load this file after ~/.emacs-pre, but before ~/.emacs-post. |
11 |
11 |
12 ;; ====================================================================== |
12 ;; ====================================================================== |
13 ;; Debugging. |
13 ;; Debugging. |
14 |
14 |
15 ;; Shut off message buffer by setting nil. Note - if you need to debug emacs, |
15 ;; Shut off message buffer by setting nil. |
16 ;; comment these out so you can see what's going on. |
|
17 (setq message-log-max 100) |
16 (setq message-log-max 100) |
18 |
17 |
19 ;;(add-hook 'after-init-hook |
18 ;;(add-hook 'after-init-hook |
20 ;; '(lambda () (setq debug-on-error t))) |
19 ;; '(lambda () (setq debug-on-error t))) |
21 ;;(debug-on-entry 'command-line-1) |
20 ;;(debug-on-entry 'command-line-1) |