From c63006ba834b45db0d50618b58987200aa420dab Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 21 Jan 2020 03:35:41 +0100 Subject: [PATCH] Emacs: Load lsp-treemacs after lsp-ui. --- init.d/programming/common.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/programming/common.el b/init.d/programming/common.el index 6c19656..c38c619 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -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