【发布时间】:2023-03-15 12:50:01
【问题描述】:
我正在尝试将头文件路径添加到公司模式,但我做不到。我用flycheck做的如下:
(defun include-paths ()
(setq flycheck-clang-include-path (list (expand-file-name "../include"))))
(add-hook 'c++-mode-hook 'include-paths)
公司模式有没有类似的方法?
【问题讨论】:
标签: emacs completion