nit(cli): update comments wrt deferring site-lisp and -Q
Ref: 3b3c008b1b (commitcomment-76653206)
This commit is contained in:
parent
66d06261aa
commit
90a6bdb751
1 changed files with 7 additions and 4 deletions
11
bin/doom
11
bin/doom
|
@ -62,10 +62,13 @@
|
||||||
;; Put together, plus a strategically placed exit call, the shell will read
|
;; Put together, plus a strategically placed exit call, the shell will read
|
||||||
;; one part of this file and ignore the rest, while the elisp interpreter will
|
;; one part of this file and ignore the rest, while the elisp interpreter will
|
||||||
;; do the opposite.
|
;; do the opposite.
|
||||||
;; - I intentionally avoid loading site files (using -Q), because
|
;; - I intentionally avoid loading site files, so core/core-cli.el can load them
|
||||||
;; core/core-cli.el loads them by hand later. There, I can suppress and deal
|
;; by hand later. There, I can suppress and deal with unhelpful warnings (e.g.
|
||||||
;; with unhelpful warnings (e.g. "package cl is deprecated"), "Loading
|
;; "package cl is deprecated"), "Loading X...DONE" spam, and any other
|
||||||
;; X...DONE" spam, and any other disasterous side-effects.
|
;; disasterous side-effects.
|
||||||
|
;;
|
||||||
|
;; But be careful not to use -Q! It implies --no-site-lisp, which omits the
|
||||||
|
;; site-lisp directory from `load-path'.
|
||||||
;; - POSIX-compliancy is paramount: there's no guarantee what /bin/sh will be
|
;; - POSIX-compliancy is paramount: there's no guarantee what /bin/sh will be
|
||||||
;; symlinked to in the esoteric OSes/distros Emacs users use.
|
;; symlinked to in the esoteric OSes/distros Emacs users use.
|
||||||
;; - The user may have a noexec flag set on /tmp, so pass the exit script to
|
;; - The user may have a noexec flag set on /tmp, so pass the exit script to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue