flycheck load path on nix
This commit is contained in:
parent
dbf14145df
commit
66723b6f91
4
init.org
4
init.org
|
@ -1585,7 +1585,9 @@ I feel so bad for this.. but its not awful..
|
||||||
:straight t
|
:straight t
|
||||||
:defer t
|
:defer t
|
||||||
:hook (after-init. global-flycheck-mode)
|
:hook (after-init. global-flycheck-mode)
|
||||||
:config)
|
:config
|
||||||
|
(setq flycheck-emacs-lisp-load-path 'inherit)
|
||||||
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Yasnippet
|
** Yasnippet
|
||||||
|
|
Loading…
Reference in a new issue