Hide first line added by LS to Emacs #1102
Unanswered
Zabrane
asked this question in
Editors Customizations
Replies: 3 comments
-
(add-hook 'lsp-mode-hook
(lambda()
;;; other stuff...
(setq lsp-headerline-breadcrumb-enable nil))) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great that you found it. I just created a "discussion category" for these type of questions, so moving it there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can either do that or:
I just documented this in the features part of the doc: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @robertoaloi
Would it be possible to hide the first line added by
erlang_ls
to Emacs? See this screenshot please.An option to hide it would be great, unless there's already a way to do it :-)
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions