From: Mark Wooding Date: Wed, 6 May 2020 17:51:23 +0000 (+0100) Subject: dot/emacs: Sort the `devhelp-...' bindings into the correct order. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/5d98dbf6b73b0348572aa811936081e9c24c7d38?ds=sidebyside dot/emacs: Sort the `devhelp-...' bindings into the correct order. --- diff --git a/dot/emacs b/dot/emacs index 2e15651..f2f7b73 100644 --- a/dot/emacs +++ b/dot/emacs @@ -662,8 +662,8 @@ (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)