mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(reftex-index-map): Add `follow-mouse'
binding.
This commit is contained in:
parent
753656f3b9
commit
ece1a6d7d8
1 changed files with 1 additions and 0 deletions
|
|
@ -1034,6 +1034,7 @@ When index is restricted, select the previous section as restriction criterion."
|
|||
;; Index map
|
||||
(define-key reftex-index-map (if (featurep 'xemacs) [(button2)] [(mouse-2)])
|
||||
'reftex-index-mouse-goto-line-and-hide)
|
||||
(define-key reftex-index-map [follow-mouse] 'mouse-face)
|
||||
|
||||
(substitute-key-definition
|
||||
'next-line 'reftex-index-next reftex-index-map global-map)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue