.emacs-obsolete
changeset 1675 08f7fd3c4d5b
parent 1507 6f939639c52a
child 1680 77bbb8dc0e0c
equal deleted inserted replaced
1674:68a521583d8e 1675:08f7fd3c4d5b
    55      (add-to-list 'load-path d t)
    55      (add-to-list 'load-path d t)
    56      (message "Load-path updated with: %s" d)
    56      (message "Load-path updated with: %s" d)
    57      )
    57      )
    58    (my-find-subdirs dir)) )
    58    (my-find-subdirs dir)) )
    59 
    59 
    60 (my-add-subdirs-to-load-path my-usr-lisp-dir)
    60 (my-add-subdirs-to-load-path my-lisp-usr-home-dir)
    61 (my-add-subdirs-to-load-path my-lisp-dir)
    61 (my-add-subdirs-to-load-path my-lisp-dir)
    62 
    62 
    63 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    63 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    64 
    64 
    65 (add-hook 'comint-output-filter-functions 'comint-strip-ctrl-m)
    65 (add-hook 'comint-output-filter-functions 'comint-strip-ctrl-m)