diff --git a/README.md b/README.md index b47d724..4589f47 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,6 @@ 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-mode.el b/core/prelude-mode.el index 9a41d71..56dfe74 100644 --- a/core/prelude-mode.el +++ b/core/prelude-mode.el @@ -71,7 +71,6 @@ (define-key map (kbd "s-p") 'projectile-command-map) (define-key map (kbd "C-c p") 'projectile-command-map) ;; make some use of the Super key - (define-key map (kbd "s-g") 'god-local-mode) (define-key map (kbd "s-r") 'crux-recentf-ido-find-file) (define-key map (kbd "s-j") 'crux-top-join-line) (define-key map (kbd "s-k") 'crux-kill-whole-line) diff --git a/modules/doc/prelude-cheatsheet.tex b/modules/doc/prelude-cheatsheet.tex index 300967c..75330c7 100644 --- a/modules/doc/prelude-cheatsheet.tex +++ b/modules/doc/prelude-cheatsheet.tex @@ -117,7 +117,6 @@ \item[C-c S] crux-find-shell-init-file \item[C-c i] imenu-anywhere \item[s-p] projectile-command-map - \item[s-g] god-local-mode \item[s-r] crux-recentf-ido-find-file \item[s-j] crux-top-join-line \item[s-k] crux-kill-whole-line