From 2e3cc33ae76d8c05376c52d7333b0af489839259 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 9 May 2015 21:28:52 -0400 Subject: Sort scratch buffer keys --- lisp/init-files.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lisp/init-files.el') diff --git a/lisp/init-files.el b/lisp/init-files.el index 6d269dd..b1a7778 100644 --- a/lisp/init-files.el +++ b/lisp/init-files.el @@ -124,14 +124,14 @@ entering `ch' is equivalent to `*.[ch]'.") (defvar km/find-scratch-buffers '((?e ".el" "Elisp") - (?p ".py" "Python") - (?s ".sh" "Shell") - (?r ".r" "R") (?h ".hs" "Haskell") - (?o ".org" "Org") (?m ".md" "Markdown") - (?t ".txt" "Text") - (?n "" "No mode")) + (?n "" "No mode") + (?o ".org" "Org") + (?p ".py" "Python") + (?r ".r" "R") + (?s ".sh" "Shell") + (?t ".txt" "Text")) "List of scratch buffers. Format of each element should be (CHARACTER EXTENSION DOC). DOC is not required.") -- cgit v1.2.3