Remove auto-fill-mode
Apparently, emacs sees changes to auto-fill-mode as insecure
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 6dc08048d9
)
This commit is contained in:
parent
43613c0a02
commit
732a6b5522
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@
|
|||
((nil
|
||||
(indent-tabs-mode . nil)
|
||||
(fill-column . 78)
|
||||
;; (auto-fill-mode . t) ;; optional.
|
||||
)
|
||||
(c-mode
|
||||
(auto-fill-mode . nil) ;; auto-fill makes more harm than good in C
|
||||
(c-file-style . "OpenSSL-II")))
|
||||
|
|
Loading…
Reference in a new issue