Emacs: Do not delay loading of treemacs.
Projectile depends on it and we want to use it right away most of the time.
This commit is contained in:
parent
a883c5765d
commit
4dea86bd32
|
@ -1,6 +1,6 @@
|
|||
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-02-18T16:44:07+0100>
|
||||
;; Time-stamp: <2020-02-19T15:08:04+0100>
|
||||
|
||||
;;; Commentary:
|
||||
;; * treemacs
|
||||
|
@ -11,7 +11,7 @@
|
|||
;; Directory tree.
|
||||
(use-package treemacs
|
||||
:pin melpa ; We need > 2.6 for lsp-treemacs.
|
||||
:defer 2
|
||||
:demand t
|
||||
:after (display-line-numbers)
|
||||
|
||||
:custom
|
||||
|
|
Loading…
Reference in New Issue
Block a user