summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-html-mode.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-06-11 19:51:08 +0200
committerGravatar Tom Willemsen2011-06-11 19:51:08 +0200
commit503e99197f45d7142d138bc878f36868d580efa8 (patch)
tree8960bb9ae181ddccd2d3b414cb31fb4d6bcf1311 /emacs.d/20-html-mode.el
parenta7dd6805b2de1828e14767e267e7d72a0392644e (diff)
downloaddotfiles-503e99197f45d7142d138bc878f36868d580efa8.tar.gz
dotfiles-503e99197f45d7142d138bc878f36868d580efa8.zip
EMACS: init file is once again one big file
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)))