greghendershott / racket-mode

Emacs major and minor modes for Racket: edit, REPL, check-syntax, debug, profile, packages, and more.
https://www.racket-mode.com/
GNU General Public License v3.0
682 stars 93 forks source link

Install package from racket-mode? #710

Closed julian-hoch closed 5 months ago

julian-hoch commented 5 months ago

Is it possible to install packages from racket-mode? I didn't find any related functions or documentation. Or do you need to use DrRacket to install packages?

greghendershott commented 5 months ago

Although you may use DrRacket to install Racket packages, you may also use the command line: raco pkg install (from your OS terminal or an Emacs shell buffer).

FWIW my impression is that most Racket Mode users install Racket packages from the command line, but either way is fine.