Open johannesneyer opened 1 year ago
works:
emacs -Q -l meowminimal.el
does not work:
emacs -Q --daemon -l meowminimal.el emacsclient -c
meow version: 5af47984895fb7b9a5a65a8d919ba62680a975da
I have this as a workaround:
(add-hook 'window-setup-hook #'(lambda () (run-with-timer 1 nil 'meow--prepare-face)))
works:
does not work:
meowminimal.el
```elisp (package-initialize) (require 'meow) (use-package meow :config (meow-normal-define-key '("b" . meow-back-word)) (meow-global-mode)) ```meow version: 5af47984895fb7b9a5a65a8d919ba62680a975da