summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-cpp.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2018-04-11 02:45:53 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2018-04-11 02:45:53 (GMT)
commitb19c761e2ad160c31de6ae01518299e9249fbcde (patch)
tree7148b5f470b23a27244cb5757eb34c31770889db /lisp/ravi-init-cpp.el
parentf014a12d9597f5287694e5d8283d33b4beef3de6 (diff)
downloaddotemacs-b19c761e2ad160c31de6ae01518299e9249fbcde.zip
dotemacs-b19c761e2ad160c31de6ae01518299e9249fbcde.tar.gz
dotemacs-b19c761e2ad160c31de6ae01518299e9249fbcde.tar.bz2
Correct format
lsp-ui-peek is part of lsp-ui and helm-xref should be initialized elsewhere.
Diffstat (limited to 'lisp/ravi-init-cpp.el')
-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)
)