equal
deleted
inserted
replaced
19 ;; '(lambda () (setq debug-on-error t))) |
19 ;; '(lambda () (setq debug-on-error t))) |
20 ;;(debug-on-entry 'command-line-1) |
20 ;;(debug-on-entry 'command-line-1) |
21 |
21 |
22 ;; Set the debug option to enable a backtrace when a problem occurs. |
22 ;; Set the debug option to enable a backtrace when a problem occurs. |
23 (setq debug-on-error nil) ; t/nil |
23 (setq debug-on-error nil) ; t/nil |
24 |
|
25 ;; ====================================================================== |
|
26 ;; Load path. |
|
27 (defvar my-el-dir |
|
28 (expand-file-name "~/.el") |
|
29 "Here live additional lisp packages.") |
|
30 (defvar my-usr-el-dir |
|
31 (expand-file-name "~/usr/share/emacs/site-lisp") |
|
32 "Here live additional lisp packages.") |
|
33 |
|
34 (add-to-list 'load-path my-el-dir) |
|
35 (add-to-list 'load-path my-usr-el-dir) |
|
36 |
24 |
37 ;; ====================================================================== |
25 ;; ====================================================================== |
38 ;; GNU Serv. |
26 ;; GNU Serv. |
39 |
27 |
40 ;; (load "~/emacs/bin/gnuserv/gnuserv.el") |
28 ;; (load "~/emacs/bin/gnuserv/gnuserv.el") |