Emacs: Load lsp-treemacs after lsp-ui.

This commit is contained in:
tastytea 2020-01-21 03:35:41 +01:00
parent e06337aa8c
commit c63006ba83
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-01-20T19:53:44+0100>
;; Time-stamp: <2020-01-21T03:34:47+0100>
;;; Commentary:
@ -358,7 +358,7 @@
;; Integration between lsp-mode and treemacs.
(use-package lsp-treemacs
:after (treemacs lsp-mode)
:after (treemacs lsp-ui)
:bind
(:map lsp-ui-mode-map