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
|
|
@ -4,7 +4,7 @@
|
|||
;;; Code:
|
||||
|
||||
(use-package ispell
|
||||
:straight t
|
||||
:ensure nil
|
||||
:config (setq ispell-program-name "aspell")
|
||||
(setq ispell-extra-args
|
||||
'("--run-together" "--run-together-limit=5" "--run-together-min=2"))
|
||||
|
|
@ -17,8 +17,8 @@
|
|||
(unbind-key "C-c $" flyspell-mode-map)
|
||||
(unbind-key "C-M-i" flyspell-mode-map)))
|
||||
|
||||
(use-package flyspell-correct :straight t :after flyspell :defer t)
|
||||
(use-package flyspell-correct-ivy :straight :after flyspell-correct :defer t)
|
||||
(use-package flyspell-correct :ensure t :after flyspell :defer t)
|
||||
(use-package flyspell-correct-ivy :ensure t :after flyspell-correct :defer t)
|
||||
|
||||
(provide 'icejam-ispell)
|
||||
;;; icejam-ispell.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue