Start properly namespacing config packages
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
This commit is contained in:
parent
667d565062
commit
8a4471b1da
6 changed files with 19 additions and 16 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue