Emacs: Demand treemacs-projectile.
Otherwise treemacs-collapse-other-projects won't work.
This commit is contained in:
parent
7127a14006
commit
9e2f68b3b8
|
@ -1,6 +1,6 @@
|
||||||
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
|
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2020-05-26T06:39:54+0200>
|
;; Time-stamp: <2020-05-27T04:47:33+0200>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; * treemacs
|
;; * treemacs
|
||||||
|
@ -36,6 +36,7 @@
|
||||||
(treemacs-mode . my/treemacs-set-hl-line)))
|
(treemacs-mode . my/treemacs-set-hl-line)))
|
||||||
|
|
||||||
(use-package treemacs-projectile
|
(use-package treemacs-projectile
|
||||||
|
:demand t
|
||||||
:after (treemacs projectile))
|
:after (treemacs projectile))
|
||||||
|
|
||||||
(use-package treemacs-magit
|
(use-package treemacs-magit
|
||||||
|
|
Loading…
Reference in New Issue
Block a user