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
d8e17bc6
Commit
d8e17bc6
authored
Apr 04, 2001
by
Eli Zaretskii
Browse files
(command-line): Use normal-erase-is-backspace and
normal-erase-is-backspace-mode.
parent
8e58a55c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/startup.el
lisp/startup.el
+2
-2
No files found.
lisp/startup.el
View file @
d8e17bc6
...
...
@@ -780,8 +780,8 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
(
and
(
memq
window-system
'
(
x
))
(
fboundp
'x-backspace-delete-keys-p
)
(
x-backspace-delete-keys-p
)))
(
setq-default
delete-key-deletes-forward
t
)
(
delete-key-deletes-forward
-mode
1
)))
(
setq-default
normal-erase-is-backspace
t
)
(
normal-erase-is-backspace
-mode
1
)))
(
when
(
and
(
not
noninteractive
)
(
display-graphic-p
)
...
...
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