Hi Blake On Fri, Mar 12, 2021 at 1:20 AM Blake McBride <blake1...@gmail.com> wrote: > > Greetings, > > I am having trouble getting Groovy mode to work on GNU Emacs version 25.2.2 > on a Linux box. > > I am executing: > > (require 'package) > (add-to-list 'package-archives > '("melpa-stable" . "https://stable.melpa.org/packages/") t) > (package-initialize) >
After doing this, when you do M-x package-refresh-contents And then do M-x package-install [RET] groovy-mode Does it install the groovy-mode 2.0 ? Also, where you using the older groovy-mode 1.x and moved to the 2.x version now ? If you did, it did cause some problems initially for me, but has been working fine recently. Thanks PS: I am trying this from emacs 27.1 -- Thank you Balachandran Sivakumar