Skip to content

Commit

Permalink
Remove autoload for .text
Browse files Browse the repository at this point in the history
While .md and .markdown are clearly markdown files, the handling of .text is not a choice that markdown-mode should be making on the user's behalf without any opportunity to prevent it.
  • Loading branch information
purcell committed Mar 13, 2016
1 parent 377a664 commit a70e74e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -6634,8 +6634,6 @@ BEG and END are the limits of scanned region."
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode))
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.text\\'" . markdown-mode))
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))


Expand Down

0 comments on commit a70e74e

Please sign in to comment.