squash! Disable lsp-ui-doc
This commit is contained in:
parent
07ed9a5c6c
commit
9d160efe0a
|
@ -495,13 +495,13 @@ before packages are loaded."
|
||||||
"1 sec" nil 'delete-windows-on
|
"1 sec" nil 'delete-windows-on
|
||||||
(get-buffer-create "*compilation*"))
|
(get-buffer-create "*compilation*"))
|
||||||
(message "No Compilation Errors!")))))
|
(message "No Compilation Errors!")))))
|
||||||
(add-hook 'realgud-short-key-mode-hook ; Short key mode for realgud
|
;(add-hook 'realgud-short-key-mode-hook ; Short key mode for realgud
|
||||||
(lambda ()
|
; (lambda ()
|
||||||
(local-set-key "\C-c" realgud:shortkey-mode-map)))
|
; (local-set-key "\C-c" realgud:shortkey-mode-map)))
|
||||||
(setq magit-repository-directories
|
(setq magit-repository-directories
|
||||||
'(("/home/coolneng/Documents/Uni" . 6)))
|
'(("/home/coolneng/Documents/Uni" . 6)))
|
||||||
(add-to-list 'auto-mode-alist '("\\.aiml\\'" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.aiml\\'" . web-mode))
|
||||||
(lsp-ui-doc-mode nil) ; disable lsp-ui-doc
|
(setq lsp-ui-doc-enable nil) ; disable lsp-ui-doc
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Do not write anything past this comment. This is where Emacs will
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
|
|
Loading…
Reference in New Issue