Put vc module in init.el
This commit is contained in:
parent
d79c0cc7f5
commit
121a5a4694
2 changed files with 3 additions and 5 deletions
|
|
@ -171,6 +171,9 @@
|
||||||
:config
|
:config
|
||||||
(setq lsp-sourcekit-executable "/Library/Developer/CommandLineTools/usr/bin/sourcekit-lsp"))
|
(setq lsp-sourcekit-executable "/Library/Developer/CommandLineTools/usr/bin/sourcekit-lsp"))
|
||||||
|
|
||||||
|
(use-package magit
|
||||||
|
:defer t)
|
||||||
|
|
||||||
(use-package swift-mode)
|
(use-package swift-mode)
|
||||||
|
|
||||||
(use-package vertico
|
(use-package vertico
|
||||||
|
|
@ -180,5 +183,4 @@
|
||||||
(setq vertico-cycle t))
|
(setq vertico-cycle t))
|
||||||
|
|
||||||
(require 'tobmacs-editor)
|
(require 'tobmacs-editor)
|
||||||
(require 'tobmacs-vc)
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
(use-package magit
|
|
||||||
:defer t)
|
|
||||||
|
|
||||||
(provide 'tobmacs-vc)
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue