In e81fbbc687
the file was removed entirely so the require fails. Since `helm-config`
has been unneeded since helm v3.7.0 (~ 2020-08), remove the require.
If the user installed prelude to different directory
via the `PRELUDE_INSTALL_DIR` variable then the sample
file won't be found in the `user-emacs-directory`.
This addresses the
which-func-ff-hook error: (void-function magit-section--backward-find)
seen when `magit-status' is run in a buffer with imenu support on a
fresh Prelude checkout using the sample `prelude-pinned-packages.el'.
In magit 3.3.0, magit-section was spun off into its own package.
Later, magit commit 4727dcb removed the `magit-section--backward-find'
from magit-section.el. Therefore, unless magit and magit-section are
in the same pinned or unpinned state the above error will occur.
Fixed link to readthedocs.org (it didn't work correctly in the site)
and changed the documentation forlder from doc to docs (according to
other changes I have proposed.)
The link is created with docs in it, even if the mkdocs.yml file
mentions doc as the documentation folder. I am not aware if there is
any other dependency in the name doc, I have renamed it to docs and
changed it also in the mkdocs.yml file. It seems docs is hardcoded in
the readthedocs theme :(
Proced works on Darwin since Emacs 26.1.
See Emacs bug #16579.
Remove the version check alltogether, because it is assumed that very
few people are using older Emacsen at this point.
The diminish call on global-company-mode has no effect. To hide the
lighter of company-mode, we must call diminish on company-mode, not its
global companion.