feat: fix/symlink doom config, symlink qtile directory
This commit is contained in:
parent
45566a8bc8
commit
27161b9fe4
4 changed files with 11 additions and 8 deletions
|
@ -148,3 +148,6 @@
|
|||
(use-package! lsp-python-ms
|
||||
:init
|
||||
(setq lsp-python-ms-executable (executable-find "python-language-server")))
|
||||
|
||||
;; Disable excessive warnings in configuration directory
|
||||
(add-to-list '+emacs-lisp-disable-flycheck-in-dirs "/etc/nixos")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue