colonelpanic8 / multi-line

multi-line everything from function invocations and definitions to array and map literals in a wide variety of languages
57 stars 6 forks source link

Hooks are not applied to buffers that already exist when multi-line is loaded #8

Open colonelpanic8 opened 8 years ago

colonelpanic8 commented 8 years ago

This is particularly problematic if you lazy load multi-line as follows, because loading does not happen at startup, and the correct strategy will not be active in the buffer where you first invoke multi-line

(use-package multi-line
  :bind ("C-c d" . multi-line))