From e3831fc9931b3be9bc49908e257cf1b4c0062249 Mon Sep 17 00:00:00 2001 From: Swaroop C H Date: Sun, 8 Mar 2015 23:57:02 -0700 Subject: [PATCH] Add tip on keyboard shortcut to open recent file --- core/prelude-core.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/prelude-core.el b/core/prelude-core.el index 82add93..a9e1167 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -374,6 +374,7 @@ Doesn't mess with special buffers." (defvar prelude-tips '("Press to open a file with external program." "Press to navigate a project's files with ido." + "Press to open a recently visited file." "Press to run grep on a project." "Press to switch between projects." "Press to expand the selected region."