summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-html-mode.el
blob: e9084a59a26e44c65a09ca434c4e7b30565d3a73 (plain)
1
2
3
4
(add-hook 'html-mode-hook
          (lambda ()
            (local-set-key [f9] 'browse-to-current-file)
            (auto-fill-mode)))