6/14 I have the following in my .emacs:
(setq load-path (cons "$HOME/html-helper-mode" load-path))
But when I try to enter that mode, I get a file not found error.
(the .el IS there). Is there any way I can change this without
hardcoding my home directory?
\-use ~ or (defvar HOME (concat (getenv "HOME") "/")) --psb
\_ Works perfect, thank you much. Do you know how to get
html-helper-mode to indent properly?
\- mr. emacs despises html. --mr-emacs
\_ You're not mr-emacs. Mr. Emacs would never say such a thing.
It drives people to FrontPage.
\- M-x bite-me --mr-emacs |