summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-html-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/20-html-mode.el')
-rw-r--r--emacs.d/20-html-mode.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/20-html-mode.el b/emacs.d/20-html-mode.el
new file mode 100644
index 0000000..e9084a5
--- /dev/null
+++ b/emacs.d/20-html-mode.el
@@ -0,0 +1,4 @@
+(add-hook 'html-mode-hook
+ (lambda ()
+ (local-set-key [f9] 'browse-to-current-file)
+ (auto-fill-mode)))