mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
(reftex-index-map): Add `follow-mouse'
binding.
This commit is contained in:
parent
753656f3b9
commit
ece1a6d7d8
@ -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…
Reference in New Issue
Block a user