Use elpaca instead of straight
Some big changes related to that, and to use-package
This commit is contained in:
parent
ecf3d4195a
commit
c7b0c1c6c2
50 changed files with 1262 additions and 365 deletions
|
|
@ -6,12 +6,12 @@
|
|||
(require 'icejam-prog-mode)
|
||||
(declare-function lsp "lsp-mode" nil)
|
||||
|
||||
(use-package merlin :defer t :straight t)
|
||||
(use-package opam-switch-mode :straight t :defer t)
|
||||
(use-package dune :defer t :straight t)
|
||||
(use-package merlin :defer t :ensure t)
|
||||
(use-package opam-switch-mode :ensure t :defer t)
|
||||
(use-package dune :defer t :ensure t)
|
||||
(use-package tuareg
|
||||
:defer t
|
||||
:straight t
|
||||
:ensure t
|
||||
:config (add-hook 'tuareg-mode-hook 'merlin-mode))
|
||||
|
||||
(transient-define-prefix icejam-ocaml-lang-menu ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue