emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5df0b2c 2/2: * lisp/ido.el: Update Customization in


From: Dmitry Gutov
Subject: [Emacs-diffs] master 5df0b2c 2/2: * lisp/ido.el: Update Customization instructions
Date: Mon, 19 Jan 2015 11:56:07 +0000

branch: master
commit 5df0b2cb27564c4a167ce007aaa338a591c313ef
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    * lisp/ido.el: Update Customization instructions
---
 lisp/ChangeLog |    4 ++++
 lisp/ido.el    |   12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 401f5a2..144e97a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-19  Dmitry Gutov  <address@hidden>
+
+       * ido.el: Update Customization instructions.
+
 2015-01-19  Jonas Bernoulli  <address@hidden>
 
        Define Ido keymaps once (bug#17000).
diff --git a/lisp/ido.el b/lisp/ido.el
index 6a4f197..1f4e3fa 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -208,13 +208,13 @@
 ;;
 ;; Customize the Ido group to change the Ido functionality.
 ;;
-;; To modify the keybindings, use the ido-setup-hook.  For example:
-;;(add-hook 'ido-setup-hook 'ido-my-keys)
+;; To modify the keybindings, use `define-key' on
+;; `ido-common-completion-map' or one of the specialized keymaps:
+;; `ido-file-dir-completion-map', `ido-file-completion-map' or
+;; `ido-buffer-completion-map'.
 ;;
-;;(defun ido-my-keys ()
-;;  "Add my keybindings for ido."
-;;  (define-key ido-completion-map " " 'ido-next-match)
-;;  )
+;; (with-eval-after-load 'ido
+;;   (define-key ido-common-completion-map " " 'ido-next-match))
 
 ;; Seeing all the matching buffers or files
 ;; ----------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]