Skip to content

Commit

Permalink
tweak(ros): autoload some commands
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent 089ded9 commit 5e6a410
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/me-robot.el
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
(+map! :infix "o"
"r" '(nil :wk "ros")
"rr" '(+hydra-ros-main/body :wk "Hydra")
"rs" '(ros-set-workspace :wk "Set workspace")
"rp" '(ros-go-to-package :wk "Go to package")
"rC" '(ros-cache-clean :wk "Clean cache"))
:commands +hydra-ros-main/body
"rs" #'ros-set-workspace
"rp" #'ros-go-to-package
"rC" #'ros-cache-clean)
:commands +hydra-ros-main/body ros-set-network-setting ros-set-workspace ros-go-to-package ros-clean-cache
:config
(defhydra +hydra-ros-main (:color blue :hint nil :foreign-keys warn)
"
Expand Down

0 comments on commit 5e6a410

Please sign in to comment.