Reframed with straight.el

This commit is contained in:
Zelong Kuang
2026-03-29 19:12:45 +11:00
parent 6b017648ef
commit e1374b0e88
31 changed files with 366 additions and 1077 deletions

View File

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