Fix a couple of tips

This commit is contained in:
Bozhidar Batsov 2020-09-23 10:22:25 +03:00
parent 7b12708483
commit b3f9e25dd1

View file

@ -72,7 +72,7 @@ PROMPT sets the `read-string prompt."
(defvar prelude-tips
'("Press <C-c o> to open a file with external program."
"Press <C-c p f> to navigate a project's files with ido."
"Press <C-c p f> to navigate a project's files."
"Press <s-r> to open a recently visited file."
"Press <C-c p s g> to run grep on a project."
"Press <C-c p p> to switch between projects."
@ -95,7 +95,7 @@ PROMPT sets the `read-string prompt."
"Press <s-j> or <C-^> to join lines."
"Press <s-.> or <C-c v> to jump to the start of a word in any visible window."
"Press <f12> to toggle the menu bar."
"Explore the Tools->Prelude menu to find out about some of Prelude extensions to Emacs."
"Explore the Prelude menu to find out about some of Prelude extensions to Emacs."
"Access the official Emacs manual by pressing <C-h r>."))
(defun prelude-tip-of-the-day ()