Let newly created emacsclient window auto focused #636
Unanswered
robotechdy
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@d12frosted Any suggestion? :) |
Beta Was this translation helpful? Give feedback.
2 replies
-
I installed and configured hammerspoon to implement an auto-focus feature. Following the steps below, anyone can have this feature.
Here above is a bypass solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly, thanks for providing the emacs-plus. I installed it on my Intel Mac, M1 Mac. They all work very well. I can start the emacs service with
emacs --daemon
orbrew services start emacs-plus@29
. Then, I can quickly open any number of client windows withemacsclient -c
. Every emacs client window is GUI enabled -- nice!There is one minor issue that bothers me: when I use
emacsclient -c
to open a new client window, the emacs client window is not auto-focused. I need to manually focus on the newly created window (with a keyboard shortcut or mouse click). I tried to startemacsclient -c
with Raycast or as a shortcut in/Applications
, still cannot make the newly created emacsclient window auto-focused.Beta Was this translation helpful? Give feedback.
All reactions