Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add collection for csv-mode #814

Merged
merged 3 commits into from
Jun 4, 2024
Merged

Add collection for csv-mode #814

merged 3 commits into from
Jun 4, 2024

Conversation

magthe
Copy link
Contributor

@magthe magthe commented May 23, 2024

Brief summary of what the package does

csv-mode offers a mode to work with CSV files in Emacs.

There aren't many bindings yet, mostly because I've just started using csv-mode myself. The reason for wanting support in evil-collection is that evil overrides the mode's binding for TAB.

Direct link to the package repository

Checklist

  • byte-compiles cleanly
  • M-x checkdoc is happy. Don't manually write (provide 'evil-collection-mpc), M-x checkdoc can do it automatically for you
  • define evil-collection-mpc-setup with defun
  • define evil-collection-mpc-mode-maps with defconst
  • All functions should start with evil-collection-mpc-

modes/csv/evil-collection-csv.el Outdated Show resolved Hide resolved
modes/csv/evil-collection-csv.el Outdated Show resolved Hide resolved
@condy0919 condy0919 merged commit acc38ea into emacs-evil:master Jun 4, 2024
12 of 14 checks passed
@magthe magthe deleted the add-csv branch June 4, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants