1
0
Fork 0

fix(emacs): add helpful package

This commit is contained in:
Lucas Sta Maria 2025-03-02 22:00:14 -05:00
parent 6da1680bab
commit a9317819de
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -100,6 +100,11 @@
(keymap-set dired-mode-map "C-o" #'casual-dired-tmenu))
(use-package envrc :straight t
:hook (after-init . envrc-global-mode))
(use-package helpful :straight t
:config
(keymap-global-set "C-h f" #'helpful-callable)
(keymap-global-set "C-h v" #'helpful-variable)
(keymap-global-set "C-h k" #'helpful-key))
(provide 'priime-convenience)