You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
LICENSE | 3 years ago | |
README.org | 3 years ago | |
frc-mode.el | 3 years ago |
README.org
frc-mode
Description
Builds and deploys FRC Java code managed under GradleRIO. Uses Projectile to locate the Gradle executable.
Dependencies
Keybindings
C-c C-f b
: Builds the code, but doesn't deploy it to the roboRIO. Alternatively,M-x frc-build
.C-c C-f d
: Builds the code and deploys it to the roboRIO. Alternatively,M-x frc-deploy
.C-c C-f r
: Runs an arbitrary Gradle task. Alternatively,M-x frc-execute
.
Configuration
In init.el
:
(load-file "path-to-frc-mode.el")
(add-hook 'java-mode-hook (lambda () (frc-mode 1)))
Troubleshooting
Give up.