Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
95f5b5ad
Commit
95f5b5ad
authored
Apr 08, 2005
by
Kim F. Storm
Browse files
(Buffer-menu-mode-map): Map follow-link to
mouse-face.
parent
fc2cae59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/buff-menu.el
lisp/buff-menu.el
+1
-0
No files found.
lisp/buff-menu.el
View file @
95f5b5ad
...
@@ -141,6 +141,7 @@ Auto Revert Mode.")
...
@@ -141,6 +141,7 @@ Auto Revert Mode.")
(
define-key
Buffer-menu-mode-map
"V"
'Buffer-menu-view
)
(
define-key
Buffer-menu-mode-map
"V"
'Buffer-menu-view
)
(
define-key
Buffer-menu-mode-map
"T"
'Buffer-menu-toggle-files-only
)
(
define-key
Buffer-menu-mode-map
"T"
'Buffer-menu-toggle-files-only
)
(
define-key
Buffer-menu-mode-map
[mouse-2]
'Buffer-menu-mouse-select
)
(
define-key
Buffer-menu-mode-map
[mouse-2]
'Buffer-menu-mouse-select
)
(
define-key
Buffer-menu-mode-map
[follow-link]
'mouse-face
)
)
)
;; Buffer Menu mode is suitable only for specially formatted data.
;; Buffer Menu mode is suitable only for specially formatted data.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment