emacs-csharp / csharp-mode

A major-mode for editing C# in emacs
GNU General Public License v3.0
155 stars 47 forks source link

`files` directive is not needed so delete this #248

Closed conao3 closed 3 years ago

conao3 commented 3 years ago

And because of this, useless files are recognized as package files.

Before this commit

    $ cask files
    csharp-compilation.el
    csharp-mode-tests.el
    csharp-mode.el
    csharp-tree-sitter.el

After this commit

    $ cask files
    csharp-compilation.el
    csharp-mode.el
    csharp-tree-sitter.el
josteink commented 3 years ago

LGTM! Thanks for the fix!