Put vc module in init.el

This commit is contained in:
Tobias Ostner 2023-02-10 09:43:54 +01:00
parent d79c0cc7f5
commit 121a5a4694
2 changed files with 3 additions and 5 deletions

View file

@ -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)

View file

@ -1,4 +0,0 @@
(use-package magit
:defer t)
(provide 'tobmacs-vc)