config changes
This commit is contained in:
@@ -10,6 +10,8 @@
|
|||||||
'(dired-listing-switches "-alh")
|
'(dired-listing-switches "-alh")
|
||||||
'(elpy-rpc-python-command "python3")
|
'(elpy-rpc-python-command "python3")
|
||||||
'(lsp-dart-flutter-sdk-dir "~/flutter")
|
'(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-on-type-enabled nil)
|
||||||
'(lsp-java-format-settings-profile nil)
|
'(lsp-java-format-settings-profile nil)
|
||||||
'(lsp-pylsp-plugins-jedi-use-pyenv-environment t)
|
'(lsp-pylsp-plugins-jedi-use-pyenv-environment t)
|
||||||
@@ -75,6 +77,7 @@
|
|||||||
:image-converter
|
:image-converter
|
||||||
("convert -density %D -trim -antialias %f -quality 100 %O"))))
|
("convert -density %D -trim -antialias %f -quality 100 %O"))))
|
||||||
'(python-shell-completion-native-enable nil)
|
'(python-shell-completion-native-enable nil)
|
||||||
|
'(sql-sqlite-program "sqlite3")
|
||||||
'(warning-suppress-types '((comp) (comp) (comp) (comp) (comp))))
|
'(warning-suppress-types '((comp) (comp) (comp) (comp) (comp))))
|
||||||
'(org-latex-classes
|
'(org-latex-classes
|
||||||
'(("thesis" "\\documentclass{ut-thesis}"
|
'(("thesis" "\\documentclass{ut-thesis}"
|
||||||
|
|||||||
Reference in New Issue
Block a user