legacy-dotfiles/emacs.d/20-html-mode.el
2011-05-28 15:27:46 +02:00

4 lines
135 B
EmacsLisp

(add-hook 'html-mode-hook
(lambda ()
(local-set-key [f9] 'browse-to-current-file)
(auto-fill-mode)))