(defun historian-mode-on () "Load Historian files and enter historian mode" (interactive) (load-file "~mabushak/pub/hist-util.elc") (load-file "~mabushak/pub/hist-keym.elc") 2 (load-file "~mabushak/pub/hist.elc") ) (defun historian-mode-off () "Turn historian mode off." (interactive) (hist-disable-historian) ) ;;Do not modify these three lines, Historian depends on them. ;;"/home/phoenix/faculty1/gfisher/emacs/lib/historian-private/" ;;"nil"