Skip to content

Instantly share code, notes, and snippets.

@dylan-sessler
Created August 19, 2022 01:17
Show Gist options
  • Save dylan-sessler/889f4329812844338a291547b76cfedd to your computer and use it in GitHub Desktop.
Save dylan-sessler/889f4329812844338a291547b76cfedd to your computer and use it in GitHub Desktop.
hello
(global-set-key (kbd "C-M-h") 'help-command) ; needs to be in global - maybe for the rest of its bindings?
(global-set-key (kbd "C-M-h a") 'helm-apropos) ; much better apropro and needs to be linked to the same root as the help-command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment