Emacs: Don't show imenu in treemacs window.
This commit is contained in:
parent
8c44d623f1
commit
236dfa0460
|
@ -1,6 +1,6 @@
|
||||||
;;; lsp.el --- Language Server Protocol. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -66,8 +66,7 @@
|
||||||
(use-package lsp-treemacs
|
(use-package lsp-treemacs
|
||||||
:after (treemacs lsp-ui)
|
:after (treemacs lsp-ui)
|
||||||
:bind (:map lsp-ui-mode-map
|
:bind (:map lsp-ui-mode-map
|
||||||
("<f7>" . lsp-treemacs-errors-list)
|
("<f7>" . lsp-treemacs-errors-list)))
|
||||||
("M-i" . lsp-treemacs-symbols)))
|
|
||||||
) ; unless slow-computer.
|
) ; unless slow-computer.
|
||||||
|
|
||||||
(provide 'programming/lsp)
|
(provide 'programming/lsp)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user