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
5589b330
Commit
5589b330
authored
May 25, 2000
by
Stefan Monnier
Browse files
(esc-map): Change ; to comment-dwim and use the new function
names for comment operations.
parent
be83ecb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/bindings.el
lisp/bindings.el
+4
-4
No files found.
lisp/bindings.el
View file @
5589b330
...
...
@@ -661,10 +661,10 @@ language you are using."
(
define-key
esc-map
"\C-t"
'transpose-sexps
)
(
define-key
ctl-x-map
"\C-t"
'transpose-lines
)
(
define-key
esc-map
";"
'
indent-for-
comment
)
(
define-key
esc-map
"j"
'indent-new-
comment-
line
)
(
define-key
esc-map
"\C-j"
'indent-new-
comment-
line
)
(
define-key
ctl-x-map
";"
'
set-
comment-column
)
(
define-key
esc-map
";"
'comment
-dwim
)
(
define-key
esc-map
"j"
'
comment-
indent-new-line
)
(
define-key
esc-map
"\C-j"
'
comment-
indent-new-line
)
(
define-key
ctl-x-map
";"
'comment-
set-
column
)
(
define-key
ctl-x-map
"f"
'set-fill-column
)
(
define-key
ctl-x-map
"$"
'set-selective-display
)
...
...
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