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
fb14a9a7
Commit
fb14a9a7
authored
Oct 26, 1993
by
Richard M. Stallman
Browse files
(text-mode-map): Bind ispell-complete-word to M-TAB.
parent
bd28fa59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/textmodes/text-mode.el
lisp/textmodes/text-mode.el
+1
-0
No files found.
lisp/textmodes/text-mode.el
View file @
fb14a9a7
...
...
@@ -50,6 +50,7 @@ inherit all the commands defined in this map.")
(
if
text-mode-map
()
(
setq
text-mode-map
(
make-sparse-keymap
))
(
define-key
text-mode-map
"\e\t"
'ispell-complete-word
)
(
define-key
text-mode-map
"\t"
'tab-to-tab-stop
)
(
define-key
text-mode-map
"\es"
'center-line
)
(
define-key
text-mode-map
"\eS"
'center-paragraph
))
...
...
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