summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-cpp.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/ravi-init-cpp.el b/lisp/ravi-init-cpp.el
index 3d4463d..4546bbd 100644
--- a/lisp/ravi-init-cpp.el
+++ b/lisp/ravi-init-cpp.el
@@ -544,7 +544,7 @@ this to 3 makes header-protection define KIG_MISC_NEWTYPE_H for a file named
:config
(progn
(setq cquery-executable (ravi/emacs-file "site-lisp/cquery/build/release/bin/cquery"))
- (setq cquery-extra-args `(,(expand-file-name "cq.log" (ravi/emacs-file "past")))) ; to do: use relative path
+ (setq cquery-extra-args `(,(concat "--log-file=" (expand-file-name "cq.log" (ravi/emacs-file "past"))))) ; to do: use relative path
(setq cquery-cache-dir ".cquery_cached_index")
(setq cquery-extra-init-params '(:index (:comments 2) :cacheFormat "msgpack" :completion (:detailedLabel t)))
@@ -557,8 +557,6 @@ this to 3 makes header-protection define KIG_MISC_NEWTYPE_H for a file named
:ensure t)
(use-package lsp-mode :ensure t)
(use-package lsp-ui :ensure t)
- (use-package lsp-ui-peek :ensure t)
- (use-package helm-xref :ensure t)
)
:ensure t)
)