diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 608b943..1278638 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -43,6 +43,7 @@ This function should only modify configuration layer settings." (auto-completion :variables auto-completion-return-key-behavior 'complete auto-completion-tab-key-behavior 'cycle) + syntax-checking emacs-lisp git markdown @@ -53,7 +54,6 @@ This function should only modify configuration layer settings." shell-default-position 'bottom shell-default-shell 'eshell shell-enable-smart-eshell t) - syntax-checking (version-control :variables version-control-diff-tool 'diff-hl version-control-diff-side 'left @@ -64,8 +64,8 @@ This function should only modify configuration layer settings." (c-c++ :variables c-c++-default-mode-for-headers 'c++-mode c-c++-backend 'lsp-ccls) - (java :variables - java-backend 'lsp) + ;;(java :variables + ;;java-backend 'lsp) shell-scripts spacemacs-layouts dap @@ -83,6 +83,13 @@ This function should only modify configuration layer settings." pdf (plantuml :variables org-plantuml-jar-path "~/Documents/Uni/DDSI/Code/PlantUML/plantuml.jar") + major-modes + javascript + html + (go :variables + go-backend 'lsp + go-tab-width 4 + go-format-before-save t) ) ;; List of additional packages that will be installed without being