Emacs: Delay loading of treemacs a bit.

This commit is contained in:
tastytea 2020-02-18 16:46:49 +01:00
parent bb9537ba8a
commit d053f2e9fe
1 changed files with 2 additions and 2 deletions

View File

@ -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