Skip to content

Commit

Permalink
Revert swapped bindings from emacs-starter-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
ramen committed Sep 17, 2010
1 parent cf0f08d commit ac341f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ramen/init-bindings.el
Expand Up @@ -53,3 +53,9 @@
(global-set-key (kbd "M-q") 'fill-individual-paragraphs)
(global-set-key (kbd "M-z") 'zap-up-to-char)
(global-set-key (kbd "RET") 'newline-and-indent)

;; Revert swapped bindings from emacs-starter-kit
(global-set-key (kbd "C-M-r") 'isearch-backward-regexp)
(global-set-key (kbd "C-M-s") 'isearch-forward-regexp)
(global-set-key (kbd "C-r") 'isearch-backward)
(global-set-key (kbd "C-s") 'isearch-forward)

0 comments on commit ac341f5

Please sign in to comment.