bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Move `TAB' (`bongo-toggle-collapsed') to `$'


From: Daniel Brockman
Subject: [bongo-patches] Move `TAB' (`bongo-toggle-collapsed') to `$'
Date: Thu, 24 May 2007 13:27:52 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

Move `TAB' (`bongo-toggle-collapsed') to `$'.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-05-24 13:27:41.000000000 +0200
+++ new-bongo/bongo.el  2007-05-24 13:27:41.000000000 +0200
@@ -9780,7 +9780,7 @@
     (define-key map "h" 'bongo-switch-buffers)
     (define-key map "H" 'bongo-list-buffers)
     (define-key map "l" 'bongo-recenter)
-    (define-key map "\C-i" 'bongo-toggle-collapsed)
+    (define-key map "$" 'bongo-toggle-collapsed)
     (define-key map "p" 'previous-line)
     (define-key map "n" 'next-line)
     (substitute-key-definition
-- 
Daniel Brockman <address@hidden>

reply via email to

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