mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
(iswitchb-define-mode-map): Re-enabled the toggle-ignore keybinding
(C-a). The author said it had been disabled much earlier due to a possible incompatibility, but after many months of usage I have encountered no problems (and it is a rather useful option, especially for switching to " *temp*").
This commit is contained in:
parent
bff4d65f5b
commit
0735252630
@ -559,7 +559,7 @@ variable `iswitchb-mode'."
|
||||
(define-key map "\C-j" 'iswitchb-select-buffer-text)
|
||||
(define-key map "\C-t" 'iswitchb-toggle-regexp)
|
||||
(define-key map "\C-x\C-f" 'iswitchb-find-file)
|
||||
;;(define-key map "\C-a" 'iswitchb-toggle-ignore)
|
||||
(define-key map "\C-a" 'iswitchb-toggle-ignore)
|
||||
(define-key map "\C-c" 'iswitchb-toggle-case)
|
||||
(define-key map "\C-k" 'iswitchb-kill-buffer)
|
||||
(define-key map "\C-m" 'iswitchb-exit-minibuffer)
|
||||
|
Loading…
Reference in New Issue
Block a user