guide-key-tip

https://github.com/aki2o/guide-key-tip.git

git clone 'git://github.com/aki2o/guide-key-tip.git'
17

What's this?

This is a extension of Emacs that provides a interface of guide-key.el using pos-tip.el.

Feature

Guide key using pos-tip.el

demo1

Guide key in the function of anything.el/helm.el

demo2 - guide-key.el can not work in mini-buffer

Install

If use package.el

2014/04/07 It's available by using melpa.

If use el-get.el

2014/04/07 It's available. But, master branch only.

If use auto-install.el

(auto-install-from-url "https://raw.github.com/aki2o/guide-key-tip/master/guide-key-tip.el")

Manually

Download guide-key-tip.el and put it on your load-path.
- In this case, you need to install each of the following dependency.

Dependency

Configuration

(require 'guide-key-tip)
(setq guide-key-tip/enabled t)

Usage

Tested On

Enjoy!!!