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