6 lines
284 B
EmacsLisp
6 lines
284 B
EmacsLisp
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
((nil . ((eval . (add-to-list (make-local-variable 'exec-path) "/usr/lib/llvm18/bin/"))))
|
|
(c-ts-base-mode . ((apheleia-formatter . clang-format))))
|