Minor editing ("form-feed" is ASCII decimal 12 is page delimiter)
This commit is contained in:
parent
c586b5fed2
commit
0a7fef38aa
14
README.org
14
README.org
@ -156,9 +156,7 @@ Try to load [[https://github.com/emacscollective/no-littering][no-littering]] as
|
||||
(setq load-prefer-newer t)
|
||||
|
||||
(require 'no-littering nil 'noerror)
|
||||
|
||||
(provide 'early-init)
|
||||
;; Emacs looks for "Local variables:" after the last "?\n?\f".
|
||||
;; Emacs looks for "Local variables:" after the last "form-feed".
|
||||
|
||||
;; Local Variables:
|
||||
;; indent-tabs-mode: nil
|
||||
@ -1173,7 +1171,7 @@ sub makeglossaries {
|
||||
my ($name, $path) = fileparse( $$Psource );
|
||||
return system "makeglossaries -d '$path' '$name'";
|
||||
}
|
||||
# Emacs looks for "Local variables:" after the last "newline-formfeed".
|
||||
# Emacs looks for "Local variables:" after the last "form-feed".
|
||||
|
||||
# Local Variables:
|
||||
# mode: perl
|
||||
@ -2973,7 +2971,7 @@ instead of embedded video links, but listing [[lst:howto-embed-yt]] shows a work
|
||||
(interactive)
|
||||
(org-eval-named-blocks-with-infix "python-setup"))
|
||||
|
||||
;; Emacs looks for "Local variables:" after the last "newline-formfeed".
|
||||
;; Emacs looks for "Local variables:" after the last "form-feed".
|
||||
(add-to-list 'safe-local-eval-forms '(org-eval-emacs-lisp-setup-blocks))
|
||||
(add-to-list 'safe-local-eval-forms '(org-eval-python-setup-blocks)))
|
||||
#+end_src
|
||||
@ -5942,9 +5940,7 @@ for ~mpv~ while eliminating use of ~mpd~.
|
||||
#+caption: Tangle the =user-init-file= footer.
|
||||
#+name: lst:tangle-user-init-file-footer
|
||||
#+begin_src emacs-lisp -n :results silent
|
||||
(provide 'init)
|
||||
|
||||
;; Emacs looks for "Local variables:" after the last "newline-formfeed".
|
||||
;; Emacs looks for "Local variables:" after the last "form-feed".
|
||||
|
||||
;; Local Variables:
|
||||
;; indent-tabs-mode: nil
|
||||
@ -5961,7 +5957,7 @@ Only the [[info:org#Top][Org]] source file shows the local variables footer.
|
||||
|
||||
#+print_bibliography:
|
||||
|
||||
# Emacs looks for "Local variables:" after the last "newline-formfeed".
|
||||
# Emacs looks for "Local variables:" after the last "form-feed".
|
||||
|
||||
# Local Variables:
|
||||
# bug-reference-mode: t
|
||||
|
Loading…
Reference in New Issue
Block a user