feat: fix/symlink doom config, symlink qtile directory

This commit is contained in:
Infinidoge 2021-09-28 00:25:42 -04:00
parent 45566a8bc8
commit 27161b9fe4
4 changed files with 11 additions and 8 deletions

View file

@ -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")