Install helpful package

This commit is contained in:
Tobias Ostner 2024-02-01 08:38:51 +01:00
parent 3d26be4677
commit 8009544762

View file

@ -382,6 +382,10 @@
(use-package graphql-mode)
(use-package helpful
:bind (("C-h f" . helpful-callable)
("C-h v" . helpful-variable)))
(use-package js2-mode
:defer t
:custom