agzam / spacehammer

Hammerspoon config inspired by Spacemacs
MIT License
556 stars 70 forks source link

Revamping edit-with-emacs feature #167

Closed agzam closed 1 year ago

agzam commented 2 years ago

I'm revamping and cleaning up 'edit-with-emacs' feature.

It needs to be simpler. Currently, it allows you to edit in one app at a time, and that's rather annoying.

I am going to remove frame manipulation - whenever the edit session gets initiated, there will be no new frame by default. All frame/window manipulations should be on the Emacs side, without Hammerspoon - using display-buffer-alist and the hooks.

This probably will be a breaking change for some, but I'll try to make the transition as smooth as possible.

agzam commented 1 year ago

@Grazfather Great review, thank you! Please check the "PR feedback" commit. Let me know if you spot anything else.