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
3a99c819
Commit
3a99c819
authored
Jun 20, 2000
by
Gerd Moellmann
Browse files
(turn-off-auto-fill): New function.
parent
e7cec005
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/simple.el
lisp/simple.el
+5
-0
No files found.
lisp/simple.el
View file @
3a99c819
...
...
@@ -2868,6 +2868,11 @@ for `auto-fill-function' when turning Auto Fill mode on."
(
defun
turn-on-auto-fill
()
"Unconditionally turn on Auto Fill mode."
(
auto-fill-mode
1
))
(
defun
turn-off-auto-fill
()
"Unconditionally turn off Auto Fill mode."
(
auto-fill-mode
-1
))
(
custom-add-option
'text-mode-hook
'turn-on-auto-fill
)
(
defun
set-fill-column
(
arg
)
...
...
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