diff options
Diffstat (limited to 'ravi-init-appearance.el')
| -rw-r--r-- | ravi-init-appearance.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ravi-init-appearance.el b/ravi-init-appearance.el index 33dcac3..a028712 100644 --- a/ravi-init-appearance.el +++ b/ravi-init-appearance.el @@ -153,6 +153,14 @@ "M-s" ;; isearch )) (guide-key-mode 1) + + (use-package guide-key-tip + :config + (progn + (setq guide-key-tip/enabled t)) + :ensure t + :disabled t ;; popups don't always go away; need to file a bug report + ) ) :diminish guide-key-mode :ensure t |
