[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Activating Helm
From: |
Thierry Volpiatto |
Subject: |
Re: Activating Helm |
Date: |
Fri, 13 Dec 2024 05:23:23 +0000 |
Heime via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:
> I want to run helm from source. What do I have to do to activate after
> doing
>
> (require 'helm)
> (require 'helm-autoloads)
Once you do this, you have access to many helm commands from `C-x c'
prefix, you can rebind these to some more convenient keys
e.g. C-x c C-x C-f To C-x C-f etc..., then you can start helm-mode.
Once this is done try Helm and configure it to your taste along the way,
you have access to variables related to the running source with C-h c
while helm session.
See https://github.com/emacs-helm/helm/wiki#if-installed-from-source
and https://github.com/thierryvolpiatto/emacs-config/blob/main/init-helm.el
Hope that help.
--
Thierry