mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
ensure
This commit is contained in:
parent
948e2752be
commit
ff9cb8ee9f
2
init.org
2
init.org
@ -826,7 +826,6 @@
|
|||||||
|
|
||||||
;; Emacs completion style that matches multiple regexps in any order
|
;; Emacs completion style that matches multiple regexps in any order
|
||||||
(use-package orderless
|
(use-package orderless
|
||||||
:ensure t
|
|
||||||
:config
|
:config
|
||||||
(setq completion-styles '(orderless basic partial-completion)
|
(setq completion-styles '(orderless basic partial-completion)
|
||||||
completion-category-overrides '((file (styles basic partial-completion)))
|
completion-category-overrides '((file (styles basic partial-completion)))
|
||||||
@ -1193,7 +1192,6 @@
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package mu4e
|
(use-package mu4e
|
||||||
:ensure nil
|
|
||||||
:defer t
|
:defer t
|
||||||
:if (and (file-exists-p "~/Maildir")
|
:if (and (file-exists-p "~/Maildir")
|
||||||
(executable-find "mbsync")
|
(executable-find "mbsync")
|
||||||
|
Loading…
Reference in New Issue
Block a user