Emacs: Demand treemacs-magit.

This commit is contained in:
tastytea 2020-05-25 13:40:41 +02:00
parent d233acbf61
commit 096d913e8b
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-24T22:38:01+0200>
;; Time-stamp: <2020-05-25T13:37:30+0200>
;;; Commentary:
;; * treemacs
@ -39,6 +39,7 @@
:after (treemacs projectile))
(use-package treemacs-magit
:demand t
:after (treemacs magit))
;; Completion in many Emacs commands.