legacy-dotfiles/emacs.d/20-html-mode.el

5 lines
135 B
EmacsLisp
Raw Normal View History

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