Don't ensure builtins

This commit is contained in:
larstvei 2024-07-20 02:19:59 +02:00
parent a023683ce4
commit f82b34ffb2

View File

@ -806,6 +806,7 @@
;; Save minibuffer history
(use-package savehist
:ensure nil
:init
(savehist-mode 1))
@ -936,6 +937,7 @@
#+begin_src emacs-lisp
(use-package flyspell
:ensure nil
:defer t
:if (executable-find "aspell")
:hook ((text-mode . flyspell-mode)