dot/emacs: Sort the `devhelp-...' bindings into the correct order.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 May 2020 17:51:23 +0000 (18:51 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 May 2020 17:51:23 +0000 (18:51 +0100)
dot/emacs

index 2e15651..f2f7b73 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
   (global-set-key [?\e ?\e] 'mdw-wrong)
   (global-set-key [?\e ?\C-\] ?\C-\]] 'keyboard-escape-quit)
   (global-set-key [?\C-c ?\M-x] 'execute-extended-command)
-  (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 [?\C-c ?d ?w] 'devhelp-word-at-point)
   (global-set-key [?\C-c ?g ?a] 'org-agenda)
   (global-set-key [?\C-c ?g ?b] 'org-iswitchb)
   (global-set-key [?\C-c ?g ?l] 'org-store-link)