X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/17fca6742101a0425549e6ed270fa59212fbc637..f3674a835ec962ec61bc5b14d82488024b8f50b5:/dot/emacs diff --git a/dot/emacs b/dot/emacs index c6c8de9..2128756 100644 --- a/dot/emacs +++ b/dot/emacs @@ -498,6 +498,9 @@ #'(lambda () (interactive))) (global-set-key [M-S-mouse-3] 'imenu) (global-set-key [XF86WakeUp] "") + (global-set-key [?\C-c ?d ?w] 'devhelp-word-at-point) + (global-set-key [?\C-c ?d ?a] 'devhelp-assistant-word-at-point) + (global-set-key [f11] 'mdw-toggle-full-screen) (and (not mdw-fast-startup) (fboundp 'hippie-expand) (global-set-key [?\M-/] 'hippie-expand)))