Use meow-tree-sitter

This commit is contained in:
Andrea Ciceri 2025-04-06 17:21:45 +02:00
parent d0e16f75f7
commit f546beea17
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -214,6 +214,8 @@
:custom :custom
(meow-use-clipboard 't) (meow-use-clipboard 't)
:config :config
(require 'meow-tree-sitter)
(meow-tree-sitter-register-defaults)
(add-hook 'after-make-frame-functions (defun ccr/meow--prepare-face (_) (add-hook 'after-make-frame-functions (defun ccr/meow--prepare-face (_)
(meow--prepare-face) (meow--prepare-face)
(remove-hook 'after-make-frame-functions 'ccr/meow--prepare-face))) (remove-hook 'after-make-frame-functions 'ccr/meow--prepare-face)))