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
|
||||
(setq lsp-sourcekit-executable "/Library/Developer/CommandLineTools/usr/bin/sourcekit-lsp"))
|
||||
|
||||
(use-package magit
|
||||
:defer t)
|
||||
|
||||
(use-package swift-mode)
|
||||
|
||||
(use-package vertico
|
||||
|
|
@ -180,5 +183,4 @@
|
|||
(setq vertico-cycle t))
|
||||
|
||||
(require 'tobmacs-editor)
|
||||
(require 'tobmacs-vc)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue