mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/outline.el (outline-mode-cycle-map): Don't bind tab.
Since it would take precedence over bindings for TAB in higher precedence maps.
This commit is contained in:
parent
4bfdf8c78e
commit
c73bc89e66
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@ in the file it applies to.")
|
|||
;; Only takes effect if point is on a heading.
|
||||
:filter ,(lambda (cmd)
|
||||
(when (outline-on-heading-p) cmd)))))
|
||||
(define-key map [tab] tab-binding)
|
||||
(define-key map (kbd "TAB") tab-binding)
|
||||
(define-key map (kbd "<backtab>") #'outline-cycle-buffer))
|
||||
map)
|
||||
|
|
|
|||
Loading…
Reference in a new issue