diff options
-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 |