From 6ab7ed461cb45dba2f0a6adf22d08591d002a410 Mon Sep 17 00:00:00 2001 From: Tobias Adam Date: Thu, 14 Aug 2014 12:47:15 +0200 Subject: [PATCH] Remove the documentation for the keybinding It was removed in commit d49a8e9a16e2b3dacd55b4de3e526405cec6e13d and it is now bound to the god-local-mode command. --- README.md | 1 + core/prelude-core.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0593f0..a5a1db2 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,7 @@ Keybinding | Description C-c . # | Convert integer at point to specified base. Default is 10. C-c . % | Replace integer at point with another specified integer. C-c . ' | Perform arithmetic operations on integer at point. User specifies the operator. +Super-g | Toggle between God mode and non-God mode Super-r | Recent files Super-j | Join lines Super-k | Kill whole line diff --git a/core/prelude-core.el b/core/prelude-core.el index c9705a2..910e61b 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -380,7 +380,7 @@ Doesn't mess with special buffers." (defvar prelude-tips '("Press to open a file with external program." "Press or to navigate a project's files with ido." - "Press or to run grep on a project." + "Press to run grep on a project." "Press or to switch between projects." "Press to expand the selected region." "Press to search in Google."