asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

Key "!" in `projectile-rails-command-map` is doubly defined #166

Open pedz opened 10 months ago

pedz commented 10 months ago

Small nit but I thought I'd point it out.

Line 1647 has (define-key map (kbd "!") 'projectile-rails-find-validator) Line 1660 has (define-key map (kbd "!") 'projectile-rails-mode-run-map)

"!" tied to validator also shows up when defining menus and something to do with hydra which I don't know anything about.