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 6dc08048d93ff35de882878f190ae49aa698b5d2)
This commit is contained in:
parent
92d0e6aa94
commit
0d6ebdf486
@ -10,8 +10,6 @@
|
|||||||
((nil
|
((nil
|
||||||
(indent-tabs-mode . nil)
|
(indent-tabs-mode . nil)
|
||||||
(fill-column . 78)
|
(fill-column . 78)
|
||||||
;; (auto-fill-mode . t) ;; optional.
|
|
||||||
)
|
)
|
||||||
(c-mode
|
(c-mode
|
||||||
(auto-fill-mode . nil) ;; auto-fill makes more harm than good in C
|
|
||||||
(c-file-style . "OpenSSL-II")))
|
(c-file-style . "OpenSSL-II")))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user