We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4e93c commit 9a5ace8Copy full SHA for 9a5ace8
lisp/php-mode.el
@@ -365,7 +365,7 @@ as a function. Call with AS-NUMBER keyword to compare by `version<'.
365
;; Use the Emacs standard indentation binding. This may upset c-mode
366
;; which does not follow this at the moment, but I see no better
367
;; choice.
368
- (define-key map [tab] 'indent-for-tab-command)
+ (define-key map "\t" nil) ;Hide CC-mode's `TAB' binding.
369
map)
370
"Keymap for `php-mode'.")
371
0 commit comments