mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-20 22:12:24 +08:00
8 lines
433 B
EmacsLisp
8 lines
433 B
EmacsLisp
;;; Directory Local Variables for emacs clang flycheck
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
;;; Turn flycheck mode on for our c++ stuff and tell jedi where to look for our python stuff.
|
|
((c++-mode (eval . (flycheck-mode)))
|
|
(python-mode (jedi:server-args . ("--sys-path" "__EFRO_PROJECT_ROOT__/tools"
|
|
"--sys-path" "__EFRO_PROJECT_ROOT__/assets/src/ba_data/python"))))
|