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.

Author: Ramesh Nedunchezian

Created: 2021-04-30 Fri 10:27

Validate