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