Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unshadow mark-whole-buffer binding.
  • Loading branch information
technomancy committed Dec 30, 2009
1 parent b0d5e79 commit 5a37425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter-kit-bindings.el
Expand Up @@ -60,7 +60,7 @@
(global-set-key (kbd "C-x C-m") 'execute-extended-command)

;; Fetch the contents at a URL, display it raw.
(global-set-key (kbd "C-x h") 'view-url)
(global-set-key (kbd "C-x C-h") 'view-url)

;; Help should search more than just commands
(global-set-key (kbd "C-h a") 'apropos)
Expand Down

0 comments on commit 5a37425

Please sign in to comment.