From f895c8d84b8d788a7ca63762360699539ed375ff Mon Sep 17 00:00:00 2001
From: Kyle Meyer <kyle@kyleam.com>
Date: Sat, 9 May 2015 21:28:47 -0400
Subject: Add Text mode to scratch buffers

---
 lisp/init-files.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/init-files.el b/lisp/init-files.el
index ecd6bdc..6d269dd 100644
--- a/lisp/init-files.el
+++ b/lisp/init-files.el
@@ -130,6 +130,7 @@ entering `ch' is equivalent to `*.[ch]'.")
     (?h ".hs"  "Haskell")
     (?o ".org" "Org")
     (?m ".md"  "Markdown")
+    (?t ".txt" "Text")
     (?n ""     "No mode"))
   "List of scratch buffers.
 Format of each element should be (CHARACTER EXTENSION DOC). DOC
-- 
cgit v1.2.3