Skip to content

Instantly share code, notes, and snippets.

@rlb3
Created January 1, 2015 01:39
Show Gist options
  • Save rlb3/482bc4467a484883e842 to your computer and use it in GitHub Desktop.
Save rlb3/482bc4467a484883e842 to your computer and use it in GitHub Desktop.
Launcher Map
(define-prefix-command 'launcher-map)
(bind-key "C-x l" 'launcher-map)
(bind-keys :map launcher-map
("a" . ansi-term)
("c" . calc)
("C" . calendar)
("d" . ediff-buffers)
("e" . eshell)
("h" . man)
("p" . paradox-upgrade-packages)
("P" . proced))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment