Emacs: Don't show imenu in treemacs window.

This commit is contained in:
tastytea 2020-11-13 14:52:03 +01:00
parent 8c44d623f1
commit 236dfa0460

View File

@ -1,6 +1,6 @@
;;; lsp.el --- Language Server Protocol. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-08-28T03:42:07+0200>
;; Time-stamp: <2020-11-13T14:50:05+0100>
;;; Commentary:
@ -66,8 +66,7 @@
(use-package lsp-treemacs
:after (treemacs lsp-ui)
:bind (:map lsp-ui-mode-map
("<f7>" . lsp-treemacs-errors-list)
("M-i" . lsp-treemacs-symbols)))
("<f7>" . lsp-treemacs-errors-list)))
) ; unless slow-computer.
(provide 'programming/lsp)