To install this package from Emacs, use package-install
or list-packages
.
Contains the main code for Helm. As a package helm-core provides the files helm-core.el, helm-lib.el, helm-source.el and helm-multi-match.el.
helm-core-3.9.4.tar.lz | 2023-Aug-18 | 111 KiB |
helm-core-3.9.3.tar.lz | 2023-Aug-06 | 109 KiB |
helm-core-3.9.2.tar.lz | 2023-Jul-31 | 108 KiB |
helm-core-3.9.1.tar.lz | 2023-Jul-10 | 108 KiB |
helm-core-3.9.0.tar.lz | 2022-Nov-12 | 109 KiB |
helm-core-3.8.9.tar.lz | 2022-Nov-11 | 109 KiB |
helm-core-3.8.8.tar.lz | 2022-Sep-28 | 108 KiB |
helm-core-3.8.7.tar.lz | 2022-Aug-03 | 108 KiB |
helm-core-3.8.6.tar.lz | 2022-Jul-03 | 107 KiB |
helm-core-3.8.5.tar.lz | 2022-Mar-19 | 106 KiB |
helm-core-3.8.4.tar.lz | 2022-Feb-10 | 106 KiB |
helm-core-3.8.3.tar.lz | 2022-Feb-05 | 105 KiB |
helm-core-3.6.2.tar.lz | 2022-Jan-29 | 99.7 KiB |
Tested with emacs-27.
Allow launching a new Emacs with only package(s).
BTW there is no more option to update from actions with prefix arg.
Themes, colors etc…
This allow using completions-detailed in Emacs-27 with various describe-* functions.
With "^$".
I.e. Items in short documentation are not highlighted.
This allows providing detailed completions in more places, see `helm-completing-read-extra-metadata` and `helm-completing-read-command-categories`. They are not provided as user variables as it may be tricky to provide the corresponding affixations functions. As of now we have detailed completions in describe-function/variable/symbol/command/package, find-function/variable, switch-to-buffer, customize-variable/group, package-(vc)install, package-vc-checkout.
The old helm-elisp-package has been replaced by helm-packages. The old one was too slow, taking lot of memory and even crashing Emacs especially with last Emacs-29.
Therefore (require 'helm-config) will return an error, don't use this anymore. If installing from source use instead (require 'helm-autoloads), otherwise from a package install, the autoloads file will be automatically loaded.
Will be used automatically when using the set variable action from helm-apropos.