Emacs: Pin treemacs-magit to melpa, compatibility to treemacs.

This commit is contained in:
tastytea 2020-03-10 23:27:44 +01:00
parent 0f0c3e68c8
commit 3c6da46f52
1 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-10T14:08:16+0100>
;; Time-stamp: <2020-03-10T23:26:19+0100>
;;; Commentary:
;; * treemacs
@ -15,9 +15,6 @@
:after (display-line-numbers)
:custom ((treemacs-project-follow-cleanup t) ; Collapse projects when leaving.
(treemacs-silent-refresh t)) ; No log message on refresh.
;; Remove after > 2.6 is out (treemacs-magit uses the old variable).
:config (define-obsolete-variable-alias
'treemacs--buffer-storage 'treemacs-buffer-storage)
:bind (("<f8>" . treemacs-select-window) ; Focus treemacs.
("C-<f8>" . treemacs) ; Toggle treemacs.
("M-<f8>" . treemacs-add-and-display-current-project)
@ -29,7 +26,8 @@
:after (treemacs projectile))
(use-package treemacs-magit
:after (treemacs magit))
:after (treemacs magit)
:pin melpa) ; Compatibility with treemacs-vcs.
;; Completion in many Emacs commands.
(use-package ivy