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, 0 insertions, 4 deletions
diff --git a/emacs.d/20-html-mode.el b/emacs.d/20-html-mode.el
deleted file mode 100644
index e9084a5..0000000
--- a/emacs.d/20-html-mode.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(add-hook 'html-mode-hook
- (lambda ()
- (local-set-key [f9] 'browse-to-current-file)
- (auto-fill-mode)))