Emacs: Load lsp-treemacs after lsp-ui.
This commit is contained in:
parent
e06337aa8c
commit
c63006ba83
|
@ -1,6 +1,6 @@
|
||||||
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -358,7 +358,7 @@
|
||||||
|
|
||||||
;; Integration between lsp-mode and treemacs.
|
;; Integration between lsp-mode and treemacs.
|
||||||
(use-package lsp-treemacs
|
(use-package lsp-treemacs
|
||||||
:after (treemacs lsp-mode)
|
:after (treemacs lsp-ui)
|
||||||
|
|
||||||
:bind
|
:bind
|
||||||
(:map lsp-ui-mode-map
|
(:map lsp-ui-mode-map
|
||||||
|
|
Loading…
Reference in New Issue
Block a user