emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ebdb 406b700 011/350: Change keybindings of record/fiel


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 406b700 011/350: Change keybindings of record/field copy commands
Date: Mon, 14 Aug 2017 11:45:53 -0400 (EDT)

branch: externals/ebdb
commit 406b700c54e96017d2eb06382e6ee8fcb10c15d3
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Change keybindings of record/field copy commands
    
    * ebdb-com.el (ebdb-mode-map): To avoid clashing with previous binding
      for "C".
---
 ebdb-com.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index 0f4c9f4..0b66e03 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -316,8 +316,8 @@ With ARG a negative number do not append."
     (define-key km (kbd "?")          'ebdb-help)
     ;; (define-key km (kbd "q"       'quit-window) ; part of `special-mode' 
bindings
     (define-key km (kbd "C-x C-t")   'ebdb-transpose-fields)
-    (define-key km (kbd "C r")         'ebdb-copy-records-as-kill)
-    (define-key km (kbd "C f")         'ebdb-copy-fields-as-kill)
+    (define-key km (kbd "w r")         'ebdb-copy-records-as-kill)
+    (define-key km (kbd "w f")         'ebdb-copy-fields-as-kill)
     (define-key km (kbd "u")          'ebdb-browse-url)
     ;; (define-key km (kbd "P"       'ebdb-print)
     (define-key km (kbd "=")          'delete-other-windows)



reply via email to

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