Install helpful package
This commit is contained in:
parent
3d26be4677
commit
8009544762
1 changed files with 4 additions and 0 deletions
|
|
@ -382,6 +382,10 @@
|
||||||
|
|
||||||
(use-package graphql-mode)
|
(use-package graphql-mode)
|
||||||
|
|
||||||
|
(use-package helpful
|
||||||
|
:bind (("C-h f" . helpful-callable)
|
||||||
|
("C-h v" . helpful-variable)))
|
||||||
|
|
||||||
(use-package js2-mode
|
(use-package js2-mode
|
||||||
:defer t
|
:defer t
|
||||||
:custom
|
:custom
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue