;;; -*-Emacs-Lisp-*- (require 'tl-misc) ;;; ;;; loadpath for September Gnus ;;; ;; please edit ;; It is for latest September Gnus. (let ((path (get-latest-path "sgnus"))) (if path (add-path (expand-file-name "lisp/" path)) )) ;; It is relative style. Added path is searched from load-path. ;; (add-path "sgnus-0.69/lisp/" 'all-paths) ;; It is absolute style. ;; (add-path "/usr/local/share/emacs/site-lisp/sgnus/lisp/")