Skip to content
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

Faces do not get initialized correctly when emacs is run with --daemon #491

Open
johannesneyer opened this issue Aug 3, 2023 · 1 comment

Comments

@johannesneyer
Copy link

works:

emacs -Q -l meowminimal.el

does not work:

emacs -Q --daemon -l meowminimal.el
emacsclient -c
meowminimal.el
(package-initialize)
(require 'meow)
(use-package meow
  :config
  (meow-normal-define-key '("b" . meow-back-word))
  (meow-global-mode))

meow version: 5af4798

@johannesneyer
Copy link
Author

I have this as a workaround:

(add-hook 'window-setup-hook
          #'(lambda () (run-with-timer 1 nil 'meow--prepare-face)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant