aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
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