Skip to content

Instantly share code, notes, and snippets.

@mrwacky42
Created January 23, 2015 21:55
Show Gist options
  • Save mrwacky42/1fefd52e24d334335f0c to your computer and use it in GitHub Desktop.
Save mrwacky42/1fefd52e24d334335f0c to your computer and use it in GitHub Desktop.
(use-package guide-key
:ensure
:config
(progn
(setq guide-key/guide-key-sequence '("C-x r" "C-x v" "C-x 4" "C-x 8")
guide-key/popup-window-position 'bottom
guide-key/recursive-key-sequence-flag t)
(guide-key-mode 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment