Whats the best way to edit html from Emacs?
I’ve found that html-helper-mode is by far the most useful emacs mode for editing html. Add the following lines to your .emacs: ;; —————————————- ;; HTML Helper Mode… Much better than ;; HTML-mode ;; —————————————- (autoload ‘html-helper-mode “html-helper-mode” “To edit HTML files” t) (setq auto-mode-alist (cons ‘(“\\.html$” . html-helper-mode) auto-mode-alist)) (setq html-helper-build-new-buffer t) (setq html-helper-do-write-file-hooks t) Department of Computer Science School of Engineering, University of Virginia 151 Engineer’s Way, P.O. Box 400740 Charlottesville, Virginia 22904-4740 (434) 982-2200 Fax: (434) 982-2214 Web Comments: webteam@cs.virginia.edu Admissions Inquiries: inquiry@cs.virginia.