You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look for a variable (e.g default-package) that could be set by the user in .dir-locals.el, that represents a default package to add during file search.
E.g.
default-package = my/pkg C-c - n d User will open grails-app/domain/my/pkg/User.groovy
The text was updated successfully, but these errors were encountered:
Look for a variable (e.g default-package) that could be set by the user in .dir-locals.el, that represents a default package to add during file search.
E.g.
default-package = my/pkg
C-c - n d User
will opengrails-app/domain/my/pkg/User.groovy
The text was updated successfully, but these errors were encountered: