mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Don't ensure builtins
This commit is contained in:
parent
a023683ce4
commit
f82b34ffb2
2
init.org
2
init.org
@ -806,6 +806,7 @@
|
|||||||
|
|
||||||
;; Save minibuffer history
|
;; Save minibuffer history
|
||||||
(use-package savehist
|
(use-package savehist
|
||||||
|
:ensure nil
|
||||||
:init
|
:init
|
||||||
(savehist-mode 1))
|
(savehist-mode 1))
|
||||||
|
|
||||||
@ -936,6 +937,7 @@
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
(use-package flyspell
|
(use-package flyspell
|
||||||
|
:ensure nil
|
||||||
:defer t
|
:defer t
|
||||||
:if (executable-find "aspell")
|
:if (executable-find "aspell")
|
||||||
:hook ((text-mode . flyspell-mode)
|
:hook ((text-mode . flyspell-mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user