Start properly namespacing config packages
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run

This commit is contained in:
Maciej 2024-07-27 09:13:59 +03:00
parent 667d565062
commit 8a4471b1da
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 19 additions and 16 deletions

View file

@ -14,8 +14,9 @@
:config
(unbind-key "C-c & C-n" yas-minor-mode-map)
(unbind-key "C-c & C-s" yas-minor-mode-map)
(unbind-key "C-c & C-v" yas-minor-mode-map)
(yas-global-mode t))
(unbind-key "C-c & C-v" yas-minor-mode-map))
(yas-global-mode t)
(use-package company
:commands (company-indent-or-complete-common company-yasnippet)