suggest-key-bindings
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 18 Jun 2016 21:13:24 +0300
changeset 1409 d9d85b71260c
parent 1408 8ea516ab3865
child 1410 3f52af9aea5a
suggest-key-bindings
.emacs-my
--- a/.emacs-my	Thu Jun 02 22:06:43 2016 +0300
+++ b/.emacs-my	Sat Jun 18 21:13:24 2016 +0300
@@ -1063,6 +1063,8 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "completion")
 
+(setq suggest-key-bindings t)
+
 ;; I remove partial-completion-mode because it depricated in Emacs 24.0.
 ;; Completion controled by 'completion-styles' variable.