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

How to set meow-normal-mode? #608

Open
Odysseus6000 opened this issue Jun 22, 2024 · 3 comments
Open

How to set meow-normal-mode? #608

Odysseus6000 opened this issue Jun 22, 2024 · 3 comments

Comments

@Odysseus6000
Copy link

How can I set it so that all major modes in emacs are meow-normal-mode?The default is meow-motion-mode in messages buffer or packages buffer.The setting (setq meow-normal-mode t) doesn't work.

@DogLooksGood
Copy link
Collaborator

@Odysseus6000
Copy link
Author

` (setq meow-mode-state-list
'(
(fundamental-mode. normal)
(text-mode. normal)
(prog-mode. normal)
(conf-mode. normal)
(json-mode. normal)
;; 添加新的模式
(org-mode. normal)
(messages-buffer-mode. normal)
;; ;; (special-mode. normal)
;; (lisp-interaction-mode. normal)
(package-menu-mode. normal)

    ))

`When I do the above setup, the Messages buffer doesn't go into meow-normal-mode?

@eshrh
Copy link
Member

eshrh commented Jun 29, 2024

Try it with a space before the dot.

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

3 participants