diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-05-09 21:28:47 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-05-09 21:28:47 -0400 |
commit | f895c8d84b8d788a7ca63762360699539ed375ff (patch) | |
tree | 9b809ae6d56058e132f2e11f183cc564006dca49 /lisp | |
parent | 07c524c605ce9eefd921e472b73655df4d662477 (diff) | |
download | emacs.d-f895c8d84b8d788a7ca63762360699539ed375ff.tar.gz |
Add Text mode to scratch buffers
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-files.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |