Add guide-key

This commit is contained in:
Henrik Lissner 2015-12-09 02:09:06 -05:00
parent ed512f6da3
commit a180cc9970

View file

@ -212,5 +212,12 @@ enable multiple minor modes for the same regexp.")
:commands (describe-buffer describe-command describe-file
describe-keymap describe-option describe-option-of-type))
(use-package guide-key
:config
(setq guide-key/guide-key-sequence '("," "\\")
guide-key/recursive-key-sequence-flag t
guide-key/popup-window-position 'bottom)
(guide-key-mode 1)) ; Enable guide-key-mode
(provide 'core-editor)
;;; core-editor.el ends here