Load dependencies of copilot outside of config
This commit is contained in:
parent
6668ce921d
commit
9d203c48e2
1 changed files with 6 additions and 4 deletions
|
|
@ -91,10 +91,6 @@
|
|||
:bind ("M-C-<return>" . copilot-accept-completion)
|
||||
:commands (copilot-login global-copilot-mode)
|
||||
:config
|
||||
(use-package editorconfig)
|
||||
(use-package dash)
|
||||
(use-package s)
|
||||
|
||||
(defun to/copilot-disable-predicate ()
|
||||
(member major-mode '(shell-mode
|
||||
eshell-mode
|
||||
|
|
@ -116,6 +112,8 @@
|
|||
:init
|
||||
(global-corfu-mode))
|
||||
|
||||
(use-package dash)
|
||||
|
||||
(use-package dired
|
||||
:ensure nil
|
||||
:init
|
||||
|
|
@ -165,6 +163,8 @@
|
|||
(mapc #'disable-theme custom-enabled-themes)
|
||||
(load-theme 'ef-winter :no-confirm))
|
||||
|
||||
(use-package editorconfig)
|
||||
|
||||
(use-package eglot
|
||||
:hook
|
||||
(swift-mode . eglot-ensure)
|
||||
|
|
@ -366,6 +366,8 @@
|
|||
|
||||
(use-package restclient)
|
||||
|
||||
(use-package s)
|
||||
|
||||
(use-package savehist
|
||||
:init
|
||||
(savehist-mode))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue