aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2023-05-12 21:35:27 -0500
committershoshin <shoshin@cicadas.surf>2023-05-12 21:37:09 -0500
commit0e7514e33b76a44ce6e0d3a68f9bab726015c5c7 (patch)
treed6c659eeb3907935968c2a6979e31df010c6feac /shoshimacs.el
parent2c9aa551e5a56a775da69e4ecc19ea75b8bc4aee (diff)
Add: [package]s sideline and helpful
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el19
1 files changed, 17 insertions, 2 deletions
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