summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-06-28 11:51:11 -0400
committerKyle Meyer <meyerkya@gmail.com>2013-06-30 20:39:58 -0400
commit32c23c3887c351b67e453c19a518237b100565f0 (patch)
treea1771e86781bd082e3f42896691cff980e6ee9ac /init
parent2b5cd3178aa9e550d39705aaadbd6ca89fff2125 (diff)
downloademacs.d-32c23c3887c351b67e453c19a518237b100565f0.tar.gz
remove markdown from auto-mode-alist
seems that these are automatically added now
Diffstat (limited to 'init')
-rw-r--r--init/km-modes.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/init/km-modes.el b/init/km-modes.el
index e4470a1..6e926fc 100644
--- a/init/km-modes.el
+++ b/init/km-modes.el
@@ -2,8 +2,6 @@
;; I prefer having them together
(defvar km/modes '(
- ("\\.md$" . markdown-mode)
- ("\\.markdown$" . markdown-mode)
("\\.zsh$" . shell-script-mode)
("\\.*rc$" . conf-unix-mode)
("\\.org.txt$" . org-mode)