Skip to content

Commit

Permalink
Use guide-key buffer instead of tool tip
Browse files Browse the repository at this point in the history
Tool tip guide-key remains stuck sometimes which is irritating! ;-(
  • Loading branch information
syl20bnr committed Nov 1, 2014
1 parent 28f073e commit bd8fe3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ You have to manually copy the `~/.emacs.d/.spacemacs.template` file to
1) By default, [guide-key][] and [guide-key-tip][] are enabled.

Whenever you press a prefix command (like `<SPC>`) and wait for one second,
a tool tip (GUI) or buffer (terminal) appear listing the possible keys
following this prefix.
a buffer appear listing the possible keys following this prefix.

2) You can also easily get a full list of all the key bindings by pressing:

Expand Down
5 changes: 4 additions & 1 deletion spacemacs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,10 @@ DELETE-FUNC when calling CALLBACK.
guide-key/popup-window-position 'right
guide-key/idle-delay 1
guide-key/text-scale-amount 0
guide-key-tip/enabled (if window-system t))
;; use this in your ~/.spacemacs file to enable tool tip in a
;; graphical envrionment
;; guide-key-tip/enabled (if window-system t)
guide-key-tip/enabled nil)
(guide-key-mode 1)
(spacemacs//diminish guide-key-mode ""))))

Expand Down

0 comments on commit bd8fe3c

Please sign in to comment.