-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I get the edit with emacs to work with doom? #76
Comments
Sorry, I just saw this. I keep forgetting to make it compatible with non-spacemacs configs, it requires tiny changes in spacehammer.el. I'll push something out maybe later today. |
I just ran into this on my naked emacs---it looks like the only thing that explicitly requires spacemacs is a call to
(and actually, I don't even know if the I just tried swapping that in for the spacemacs call on my own machine, and it... kinda works? The temporary buffer and frame do end up closing, and the contents of the edited buffer do end up on the clipboard, when that is done---but it doesn't seem to paste it back into the other application (I tried with a google search field in chrome, plus in drafts). But hitting old-fashioned cmd-v to paste works just fine with the edited text. |
This should fix it: #79 I'll merge it soon. Sorry for the delay guys. |
Good news: I just successfully edited this in emacs using the changes in your commit! |
(Though it did generate one slightly odd consequence, namely, the size of the chrome window changed when focus went back to it. And even when I manually resized the chrome window, a weird yellow outline still floated over what the window was resized to. That outline actually persisted until I quit and restarted hammerspoon, even across other windows too. |
That yellow border is driven by this function: https://github.com/agzam/spacehammer/blob/master/windows.fnl#L77 Why it did not clear after Emacs frame got killed, I have no idea. Next time something like that happens, you can try pressing |
Thank you! |
First of all, great work!
I'm keen to get this working with
doom
. I have the below in my config:I'm not sure what to do about the
spacemacs
related functions.So far the
ctrl+cmd+O
works to open in an emacs session, however it opens inFunamental-mode
and theC-c C-c
binding gives and error:Symbol's function definition is void: spacemacs/copy-whole-buffer-to-clipboard
.Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: