Make flycheck recognize loadpath

So that lines like

```elisp
  (require 'company)
```

Are not listed as errors.
This commit is contained in:
Diego Berrocal 2015-08-12 22:13:12 -05:00 committed by syl20bnr
parent a18b5d2272
commit 4e989acce8

View file

@ -33,6 +33,10 @@
:evil-leader "ts"))
:config
(progn
;; Make flycheck recognize packages in loadpath
;; i.e (require 'company) will not give an error now
(setq flycheck-emacs-lisp-load-path 'inherit)
(spacemacs|diminish flycheck-mode "" " s")
;; color mode line faces