Wilfred / emacs-refactor

language-specific refactoring in Emacs
GNU General Public License v3.0
348 stars 27 forks source link

(Emacs Lisp) Unused definitions only considers current file #47

Open contrapunctus-1 opened 6 years ago

contrapunctus-1 commented 6 years ago

Hey, thanks for this very neat package 😃

I was very excited to see the unused definitions functionality, but when I tried it I realized it only looks through the current file to determine use. In multi-file projects, that's less useful than it could be. Perhaps it can look through the directory containing the file instead? I'm guessing that would cover most use cases.