Table of Contents
1 Minimal setup using straight.el
Add this to your init file,
(straight-use-package 'helm)
or
# :straight t # :config # […])
(use-package helm :straight t)
For further information, see straight.el
's user manual.