From 0e7514e33b76a44ce6e0d3a68f9bab726015c5c7 Mon Sep 17 00:00:00 2001 From: shoshin Date: Fri, 12 May 2023 21:35:27 -0500 Subject: Add: [package]s sideline and helpful --- shoshimacs.el | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'shoshimacs.el') diff --git a/shoshimacs.el b/shoshimacs.el index b210f6e..5e787f3 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -92,8 +92,8 @@ g magit h info i consult-imenu - j describe-function - k describe-variable + j helpful-function + k helpful-variable n tab-next p project-prefix-map s consult-git-grep @@ -339,5 +339,20 @@ Saves to a temp file and puts the filename in the kill ring." (message filename))) (package-install 'windresize) + +(package-install 'helpful) + +(xah-fly--define-keys + xah-fly-leader-key-map + '(("h h" . helpful-callable) + ("h k" . helpful-key) + ("h n" . helpful-variable) + ("h x" . helpful-command))) + +(package-install 'sideline) + +(package-install 'sideline-flymake) +(setq sideline-backends-left '(sideline-flymake)) + (provide 'shoshimacs) ;;; shoshimacs.el ends here -- cgit v1.2.3