From 9d160efe0a9d04f09c4f4649a3ed8e90934e6b5e Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 28 Apr 2019 20:56:12 +0200 Subject: [PATCH] squash! Disable lsp-ui-doc --- emacs/.spacemacs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index d3401f5..fdb9fd4 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -495,13 +495,13 @@ before packages are loaded." "1 sec" nil 'delete-windows-on (get-buffer-create "*compilation*")) (message "No Compilation Errors!"))))) - (add-hook 'realgud-short-key-mode-hook ; Short key mode for realgud - (lambda () - (local-set-key "\C-c" realgud:shortkey-mode-map))) + ;(add-hook 'realgud-short-key-mode-hook ; Short key mode for realgud + ; (lambda () + ; (local-set-key "\C-c" realgud:shortkey-mode-map))) (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 + (setq lsp-ui-doc-enable nil) ; disable lsp-ui-doc ) ;; Do not write anything past this comment. This is where Emacs will