From d0a2367efb5979039562ef12e50e3a388f705359 Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Tue, 7 Apr 2020 20:53:04 +0200 Subject: [PATCH] Corrige le chargement d'ivy. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On force le démarrage d'ivy au lancement d'Emacs. Cela évite un comportement non consistant dans certains cas. Par exemple si on chargeait le fichier en ligne de commande ... --- Configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration.org b/Configuration.org index a4a034e..1ff4080 100644 --- a/Configuration.org +++ b/Configuration.org @@ -195,6 +195,7 @@ Interface de complétion (use-package ivy :ensure t + :demand t :diminish (ivy-mode) :bind (("C-x b" . ivy-switch-buffer)) :config -- GitLab