.emacs-my
changeset 89 a6344ca566e6
parent 88 9c77c6407546
child 90 d8f7debc2371
equal deleted inserted replaced
88:9c77c6407546 89:a6344ca566e6
    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 
    24 
    25 ;; ======================================================================
    25 ;; ======================================================================
    26 ;; Load path.
    26 ;; Load path.
    27 (setq my-el-dir (expand-file-name "~/.el"))
    27 (defvar my-el-dir
       
    28   "Here live additional lisp packages."
       
    29   (expand-file-name "~/.el"))
       
    30 (defvar my-usr-el-dir
       
    31   "Here live additional lisp packages."
       
    32   (expand-file-name "~/usr/share/emacs/site-lisp"))
       
    33 
    28 (add-to-list 'load-path my-el-dir)
    34 (add-to-list 'load-path my-el-dir)
       
    35 (add-to-list 'load-path my-usr-el-dir)
    29 
    36 
    30 ;; ======================================================================
    37 ;; ======================================================================
    31 ;; GNU Serv.
    38 ;; GNU Serv.
    32 
    39 
    33 ;; (load "~/emacs/bin/gnuserv/gnuserv.el")
    40 ;; (load "~/emacs/bin/gnuserv/gnuserv.el")