From ba2fce5bda5e37ce6463fb9f46f3c72d2968b0e5 Mon Sep 17 00:00:00 2001 From: "DavidCrompton1192@gmail.com" Date: Mon, 14 Aug 2023 20:55:19 -0400 Subject: [PATCH] config changes --- custom.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom.el b/custom.el index 54b6360..8581b93 100644 --- a/custom.el +++ b/custom.el @@ -10,6 +10,8 @@ '(dired-listing-switches "-alh") '(elpy-rpc-python-command "python3") '(lsp-dart-flutter-sdk-dir "~/flutter") + '(lsp-file-watch-ignored-directories + '("[/\\\\]\\.git\\'" "[/\\\\]\\.github\\'" "[/\\\\]\\.circleci\\'" "[/\\\\]\\.hg\\'" "[/\\\\]\\.bzr\\'" "[/\\\\]_darcs\\'" "[/\\\\]\\.svn\\'" "[/\\\\]_FOSSIL_\\'" "[/\\\\]\\.idea\\'" "[/\\\\]\\.ensime_cache\\'" "[/\\\\]\\.eunit\\'" "[/\\\\]node_modules" "[/\\\\]\\.yarn\\'" "[/\\\\]\\.fslckout\\'" "[/\\\\]\\.tox\\'" "[/\\\\]dist\\'" "[/\\\\]dist-newstyle\\'" "[/\\\\]\\.stack-work\\'" "[/\\\\]\\.bloop\\'" "[/\\\\]\\.metals\\'" "[/\\\\]target\\'" "[/\\\\]\\.ccls-cache\\'" "[/\\\\]\\.vscode\\'" "[/\\\\]\\.venv\\'" "[/\\\\]\\.mypy_cache\\'" "[/\\\\]\\.deps\\'" "[/\\\\]build-aux\\'" "[/\\\\]autom4te.cache\\'" "[/\\\\]\\.reference\\'" "[/\\\\]\\.lsp\\'" "[/\\\\]\\.clj-kondo\\'" "[/\\\\]\\.shadow-cljs\\'" "[/\\\\]\\.babel_cache\\'" "[/\\\\]\\.cpcache\\'" "[/\\\\]\\checkouts\\'" "[/\\\\]\\.m2\\'" "[/\\\\]bin/Debug\\'" "[/\\\\]obj\\'" "[/\\\\]_opam\\'" "[/\\\\]_build\\'" "[/\\\\]\\.elixir_ls\\'" "[/\\\\]\\.direnv\\'" "[/\\\\]\\.tmp\\'")) '(lsp-java-format-on-type-enabled nil) '(lsp-java-format-settings-profile nil) '(lsp-pylsp-plugins-jedi-use-pyenv-environment t) @@ -75,6 +77,7 @@ :image-converter ("convert -density %D -trim -antialias %f -quality 100 %O")))) '(python-shell-completion-native-enable nil) + '(sql-sqlite-program "sqlite3") '(warning-suppress-types '((comp) (comp) (comp) (comp) (comp)))) '(org-latex-classes '(("thesis" "\\documentclass{ut-thesis}"