Disable lsp-ui-doc
This commit is contained in:
parent
495e70ee89
commit
07ed9a5c6c
|
@ -501,6 +501,7 @@ before packages are loaded."
|
|||
(setq magit-repository-directories
|
||||
'(("/home/coolneng/Documents/Uni" . 6)))
|
||||
(add-to-list 'auto-mode-alist '("\\.aiml\\'" . web-mode))
|
||||
(lsp-ui-doc-mode nil) ; disable lsp-ui-doc
|
||||
)
|
||||
|
||||
;; Do not write anything past this comment. This is where Emacs will
|
||||
|
|
Loading…
Reference in New Issue