jschaf / powershell.el

An Emacs mode for editing and running Microsoft PowerShell code.
93 stars 30 forks source link

Defer loading `speedbar` #23

Closed andyleejordan closed 5 years ago

andyleejordan commented 5 years ago

The speedbar package used to be required when powershell.el was evaluated. Instead, we can load it only when powershell-mode is evaluated (and it's an autoload).

The approach was the same as for imenu.

jschaf commented 5 years ago

Thank you for the commit.

jschaf commented 5 years ago

I've also sent you a collaborator invite. Feel free to push directly without a PR. I don't use powershell anymore so I'd like to make it as easy as possible for others to send improvements.

andyleejordan commented 5 years ago

Thanks @jschaf!