Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #119 from milkypostman/v2
Browse files Browse the repository at this point in the history
Fix C-h error on starter-kit-bindings.el install
  • Loading branch information
technomancy committed Jan 2, 2012
2 parents db11467 + ba44e6d commit b1a53fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/starter-kit-bindings.el
Expand Up @@ -93,7 +93,7 @@
(global-set-key (kbd "C-c x") 'execute-extended-command) (global-set-key (kbd "C-c x") 'execute-extended-command)


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


;; Should be able to eval-and-replace anywhere. ;; Should be able to eval-and-replace anywhere.
(global-set-key (kbd "C-c e") 'esk-eval-and-replace) (global-set-key (kbd "C-c e") 'esk-eval-and-replace)
Expand Down

0 comments on commit b1a53fb

Please sign in to comment.