From 0a140202cb7998c5cfa534bda8a37b53df634f83 Mon Sep 17 00:00:00 2001 From: Tobias Adam Date: Thu, 14 Aug 2014 12:43:58 +0200 Subject: [PATCH 1/3] Remove the documentation for the keybinding It was removed in commit 0e1632868e0377caf50db5d7e2361b7477533a9b and it is now the standard kill-region command. --- README.md | 1 - core/prelude-core.el | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 91f9d9f..a0593f0 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,6 @@ Keybinding | Description C-c . % | Replace integer at point with another specified integer. C-c . ' | Perform arithmetic operations on integer at point. User specifies the operator. Super-r | Recent files -Super-x | Expand region Super-j | Join lines Super-k | Kill whole line Super-m m | Magit status diff --git a/core/prelude-core.el b/core/prelude-core.el index 265803f..c9705a2 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -382,7 +382,7 @@ Doesn't mess with special buffers." "Press or to navigate a project's files with ido." "Press or to run grep on a project." "Press or to switch between projects." - "Press or to expand the selected region." + "Press to expand the selected region." "Press to search in Google." "Press to search in GitHub." "Press to search in YouTube." From 6ab7ed461cb45dba2f0a6adf22d08591d002a410 Mon Sep 17 00:00:00 2001 From: Tobias Adam Date: Thu, 14 Aug 2014 12:47:15 +0200 Subject: [PATCH 2/3] 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." From 7bcfcf6b21b7934e4542bb6032a9f803d0edde6f Mon Sep 17 00:00:00 2001 From: Tobias Adam Date: Thu, 14 Aug 2014 14:19:48 +0200 Subject: [PATCH 3/3] Remove two keybinding tips concerning Super - was removed in commit d49a8e9a16e2b3dacd55b4de3e526405cec6e13d. - was removed in commit 0e1632868e0377caf50db5d7e2361b7477533a9b. --- core/prelude-core.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/prelude-core.el b/core/prelude-core.el index 910e61b..dfb87ff 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -379,7 +379,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 to navigate a project's files with ido." "Press to run grep on a project." "Press or to switch between projects." "Press to expand the selected region." @@ -390,7 +390,7 @@ Doesn't mess with special buffers." "Press to rename the current buffer and the file it's visiting if any." "Press to open a terminal in Emacs." "Press to kill all the buffers, but the active one." - "Press or to run magit-status." + "Press to run magit-status." "Press to delete the current file and buffer." "Press to swap two windows." "Press or to open a line beneath the current one."