Add helpful
This commit is contained in:
parent
94eb9ec649
commit
78482d629f
1 changed files with 7 additions and 0 deletions
7
init.el
7
init.el
|
@ -287,6 +287,13 @@
|
||||||
:config
|
:config
|
||||||
(setq vundo-glyph-alist vundo-unicode-symbols))
|
(setq vundo-glyph-alist vundo-unicode-symbols))
|
||||||
|
|
||||||
|
(use-package helpful
|
||||||
|
:straight t
|
||||||
|
:bind (("C-h f" . helpful-callable)
|
||||||
|
("C-h v" . helpful-variable)
|
||||||
|
("C-h k" . helpful-key)
|
||||||
|
("C-h x" . helpful-command)))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;; Knowledge management: org-mode, org-roam, bibliography
|
;;; Knowledge management: org-mode, org-roam, bibliography
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue