; Fix use-package-ensure-system-package macOS footnote
* doc/misc/use-package.texi (use-package-ensure-system-package): Fix macOS footnote.
This commit is contained in:
parent
7d787564c0
commit
a9037aa8e8
1 changed files with 5 additions and 4 deletions
|
@ -1918,11 +1918,12 @@ be optionally enabled.
|
||||||
@findex :ensure-system-package
|
@findex :ensure-system-package
|
||||||
The @code{:ensure-system-package} keyword allows you to ensure certain
|
The @code{:ensure-system-package} keyword allows you to ensure certain
|
||||||
executables are available on your system alongside your package
|
executables are available on your system alongside your package
|
||||||
declarations.@footnote{On macOS, you will want to make sure
|
declarations.@footnote{On macOS, your @code{exec-path} might be
|
||||||
@code{exec-path} is cognisant of all binary package names that you
|
different if you are starting Emacs as a GUI app instead of from a
|
||||||
would like to ensure are installed. The
|
shell. If you find that Emacs on macOS cannot find some executables
|
||||||
|
that you know are already installed, you could try the
|
||||||
@uref{https://github.com/purcell/exec-path-from-shell,@samp{exec-path-from-shell}}
|
@uref{https://github.com/purcell/exec-path-from-shell,@samp{exec-path-from-shell}}
|
||||||
package is often a good way to do this.}
|
package.}
|
||||||
|
|
||||||
To use this extension, add this immediately after loading
|
To use this extension, add this immediately after loading
|
||||||
@code{use-package}:
|
@code{use-package}:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue