This commit is contained in:
Zelong Kuang
2026-03-11 21:08:31 +11:00
parent 4e569a2831
commit 2bfe738a6a
41 changed files with 385 additions and 54 deletions

View File

@@ -88,6 +88,12 @@
:hook (elpaca-after-init . meow-global-mode)
:config
(meow-setup)
(setq meow-replace-state-name-list
'((normal . "<N>")
(motion . "<M>")
(keypad . "<K>")
(insert . "<I>")
(beacon . "<B>")))
(setq meow-cursor-type-normal 'bar))
(provide 'init-meow)