paperwm / gnome-shell-mode

Package for developing gnome-shell extensions
GNU General Public License v2.0
27 stars 7 forks source link

Split into separate spacemacs specific package and generic packages #28

Open alexmurray opened 5 years ago

alexmurray commented 5 years ago

To enable gnome-shell-mode to be used in standard vanilla emacs, it would be great to have the spacemacs parts split out into a separate package OR to at least document and support using this as a standard emacs package without spacemacs layers etc.

olejorgenb commented 5 years ago

Yes! That have been on the todo list a long time, but since both me and @hedning use spacemacs it has never happened :)

I think it should work to require the packages in 'local', but you'll need to set up keybindings yourself (and probably configure company )

Any advice on how to restructure is welcome (I'm no emacs expert)

alexmurray commented 5 years ago

ok no worries - will have a look and provide some suggestions.