ignore tabulator key (completion) in Scheme mode
This commit is contained in:
parent
3b140722a4
commit
bda54e8fbe
|
@ -355,6 +355,7 @@
|
|||
|
||||
;; tab is pressed in the first place, offer completions
|
||||
((and (focus-on-command-buffer?)
|
||||
(command-buffer-in-command-mode?)
|
||||
(= ch key-tab))
|
||||
(let ((maybe-selector
|
||||
(offer-completions (last (buffer-text (command-buffer))))))
|
||||
|
|
Loading…
Reference in New Issue