fix regex in lsp-file-watch-ignored-directories in elixir module

This commit is contained in:
Christian Kruse 2021-05-14 21:31:41 +02:00
parent 6d2c6b44fa
commit f3b71b0495

View File

@ -39,7 +39,7 @@
(when (featurep! +lsp)
(add-hook 'elixir-mode-local-vars-hook #'lsp!)
(after! lsp-mode
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\_build\\'")))
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]_build\\'")))
(after! highlight-numbers
(puthash 'elixir-mode