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
bb87fbc3
Commit
bb87fbc3
authored
Dec 17, 2004
by
Kim F. Storm
Browse files
(dired-mode-map): Map follow-link to mouse-face.
parent
0fa42821
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/dired.el
lisp/dired.el
+1
-0
No files found.
lisp/dired.el
View file @
bb87fbc3
...
...
@@ -1104,6 +1104,7 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
(
let
((
map
(
make-keymap
)))
(
suppress-keymap
map
)
(
define-key
map
[mouse-2]
'dired-mouse-find-file-other-window
)
(
define-key
map
[follow-link]
'mouse-face
)
;; Commands to mark or flag certain categories of files
(
define-key
map
"#"
'dired-flag-auto-save-files
)
(
define-key
map
"."
'dired-clean-directory
)
...
...
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