Skip to content

Commit

Permalink
Kill some remnants for god-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov authored and Caleb Epstein committed Sep 4, 2019
1 parent 3d2d982 commit 9811c7a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ Keybinding | Description
<kbd>C-c . #</kbd> | Convert integer at point to specified base. Default is 10.
<kbd>C-c . %</kbd> | Replace integer at point with another specified integer.
<kbd>C-c . '</kbd> | Perform arithmetic operations on integer at point. User specifies the operator.
<kbd>Super-g</kbd> | Toggle between God mode and non-God mode
<kbd>Super-r</kbd> | Recent files
<kbd>Super-j</kbd> | Join lines
<kbd>Super-k</kbd> | Kill whole line
Expand Down
1 change: 0 additions & 1 deletion core/prelude-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion modules/doc/prelude-cheatsheet.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9811c7a

Please sign in to comment.