Open colonelpanic8 opened 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))
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