From d053f2e9fe82c304ec0283c52d581a2c402bfe03 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 18 Feb 2020 16:46:49 +0100 Subject: [PATCH] Emacs: Delay loading of treemacs a bit. --- init.d/basics/ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/basics/ui.el b/init.d/basics/ui.el index f0e31d5..8fb0809 100644 --- a/init.d/basics/ui.el +++ b/init.d/basics/ui.el @@ -1,6 +1,6 @@ ;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-02-11T18:35:21+0100> +;; Time-stamp: <2020-02-18T16:44:07+0100> ;;; Commentary: ;; * treemacs @@ -11,7 +11,7 @@ ;; Directory tree. (use-package treemacs :pin melpa ; We need > 2.6 for lsp-treemacs. - :demand t + :defer 2 :after (display-line-numbers) :custom