Reframed with straight.el
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user