We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7458843 + 2682662 commit c117d58Copy full SHA for c117d58
1 file changed
adoc-mode.el
@@ -3016,7 +3016,7 @@ Turning on Adoc mode runs the normal hook `adoc-mode-hook'."
3016
3017
;; misc
3018
(set (make-local-variable 'page-delimiter) "^<<<+$")
3019
- (set (make-local-variable 'require-final-newline) t)
+ (set (make-local-variable 'require-final-newline) mode-require-final-newline)
3020
(set (make-local-variable 'parse-sexp-lookup-properties) t)
3021
3022
;; it's the user's decision whether he wants to set imenu-sort-function to
0 commit comments